Highlights
- Arctic Code Vault Contributor
Popular repositories
-
Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
-
Adds syntax highlighting for html inside of JavaScript and TypeScript tagged template strings
-
VS Code extension that changes the built-in markdown preview to match Github's styling
-
VS Code extension that adds support for :emoji: syntax to the built-in markdown preview
-
Syntax highlighting for JS and TS tagged template strings using comments to specify language
-
Changes VS Code's built-in markdown preview to match Github markdown rendering in style and content
1,835 contributions in the last year
Contribution activity
February 2021
Created 98 commits in 5 repositories
Created 3 repositories
- mjbvz/reproduce-jsconfig-error JavaScript
- mjbvz/react-redux-typescript-boilerplate TypeScript
- mjbvz/lewischan.dev JavaScript
Created a pull request in microsoft/vscode that received 6 comments
Exploration: Better transferring of TypedArrays used in Webview.postMessage
Fixes #115807 This improves optimizes the passing of ArrayBuffers to and from webviews. Previously, these objects were inefficiently serialized and…
Opened 11 other pull requests in 1 repository
microsoft/vscode
4
open
7
merged
- Fix alt for menus inside of webviews
- Fix markdown cell focus indicators for notebooks
- Add back support for reading from clipboard in webviews
- Pick up TS 4.1.5
- Pick up the official TS 4.1.4 build
- Revert distro commit for 1.53.1
- Pick up new distro version and bump version
- Respect soft revert for custom editors
- Support anyOf for rich settings editor
- Mark abstract functions as abstract for settings tree
- Enable rich settings object editor for schemas that use anyOf
Reviewed 8 pull requests in 2 repositories
microsoft/vscode 7 pull requests
- Handle normalized absolute file paths on markdown preview link click
- Add back support for reading from clipboard in webviews
- deleted editorOpenWith
- Prompt user with dialog if triggering open with on unsaved file
- Add an untitled document data property
- ci: update newer 11.2.1 for CVE-2021-21148
- Add open preveiw action to port notification and setting
microsoft/TypeScript 1 pull request
Created an issue in microsoft/vscode that received 9 comments
Improve transfer of ArrayBuffers to and from webviews
Problem
There are currently two issues when you try posting a ArrayBuffer to a webview or from a webview back to VS Code:
The ArrayBuffer is not …
Opened 14 other issues in 2 repositories
microsoft/TypeScript
6
open
2
closed
- Incorrect code generated using 'implement abstract class' quick fix on class with overloads
- isArray type guards still causing issues in latest nightly build
- Incorrect auto import added for suggestions where same symbol name is exported from multiple files
- Single line comments should generate selection ranges
- Add setting to disable @return generation for JS Doc comments
- Prefer type correct import for add missing import for quick fixes
- Exception when changing file language mode: Registered script kind should match new script kind
- Add semantic highlighting API to Protocol

