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
-
Example of injecting a new grammar into VSCode's builtin markdown syntax highlighting for fenced code blocks
1,987 contributions in the last year
Contribution activity
March 2021
Created 119 commits in 9 repositories
Created 3 repositories
- mjbvz/vscode-notebooks-demo TypeScript
- mjbvz/vscode-jupyter TypeScript
- mjbvz/wmr JavaScript
Created a pull request in microsoft/vscode that received 1 comment
Make the backlayer webview span the full width of the notebook editor
Fixes #117489 With the new markdown renders, we are relying more on the back layer webview. This means that we need to do things like make sure the…
Opened 10 other pull requests in 2 repositories
microsoft/vscode
4
open
3
merged
Reviewed 4 pull requests in 1 repository
Created an issue in microsoft/TypeScript that received 8 comments
Go to definition on callable property returns two definitions
Bug Report
Opened 22 other issues in 4 repositories
microsoft/vscode
8
closed
6
open
- "window.menuBarVisibility": "classic" can show on desktop
- Getting started theme selection image looks broken to me
- Test new markdown renderers in notebooks
- Support JSDoc @link tags
- Test CodeActionTriggerKind proposal
- Re-enable skipped notebook test
- Potential leak when folding and unfolding notebook cells
- Markdown cell content not read out using VoiceOver and new markdown renderer
- Wrong height of markdown editor after reload
- Pick up TS 4.2.3
- 'The WebView must be attached to the DOM' — When switching away from notebook diff editor
- listner leak when scrolling up and down in notebook
- More flexible refactorings not included when code actions are manual triggered
- Add trigger reason to code actions