mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
This also removes `mocha` from examples that were not using them since mocha pulls in lots of deps that then have security advisories
notebook-renderer-sample
Demonstrates a custom notebook renderer in VS Code. This creates a custom renderer called GitHub Issues Plain Renderer that renders output in a GitHub Issues Notebook.
This starter includes:
- 🖥️ TypeScript code to create a simple
NotebookOutputRenderer - 📦 A Webpack build for the renderer
- 🎨 CSS modules support
Running this Sample
cd notebook-renderer-samplecode-insiders .: Open the folder in VS Code Insiders- Hit
F5to build+debug