The Wayback Machine - https://web.archive.org/web/20210217121620/https://github.com/mjbvz
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Popular repositories

  1. Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview

    JavaScript 266 40

  2. Adds syntax highlighting for html inside of JavaScript and TypeScript tagged template strings

    JavaScript 255 48

  3. VS Code extension that changes the built-in markdown preview to match Github's styling

    CSS 164 38

  4. VS Code extension that adds support for :emoji: syntax to the built-in markdown preview

    JavaScript 55 7

  5. Syntax highlighting for JS and TS tagged template strings using comments to specify language

    JavaScript 53 9

  6. Changes VS Code's built-in markdown preview to match Github markdown rendering in style and content

    CSS 34 4

1,835 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2021

Created 3 repositories

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…

+355 −37 6 comments

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 …

9 comments