Files
vscode-extension-samples/notebook-renderer-sample
Matt Bierner 5b10219434 Bump eslint TS versions
This fixes the warnings about using an unsupported version of typescript
2022-06-28 15:25:09 -07:00
..
2022-06-28 08:35:13 -07:00
2022-06-28 08:35:13 -07:00
2021-08-01 21:30:26 -07:00
2021-08-01 21:30:26 -07:00
2021-08-01 21:30:26 -07:00
2022-06-28 15:25:09 -07:00
2022-06-28 15:25:09 -07:00
2022-06-28 08:35:13 -07:00
2022-06-28 08:35:13 -07:00

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

  1. cd notebook-renderer-sample
  2. code-insiders .: Open the folder in VS Code Insiders
  3. Hit F5 to build+debug