- Node.js 12.15
- npm 6.13.4
- Windows, macOS, or Linux
- Visual Studio Code
- The following VS Code extensions:
git clone https://github.com/Microsoft/vscode-notebook-renderers
cd vscode-notebook-renderers
npm ciIf you see warnings that The engine "vscode" appears to be invalid., you can ignore these.
Run the Build build Tasks from the Run Build Task... command picker (short cut CTRL+SHIFT+B or ⇧⌘B). This will leave build task running in the background and which will re-run as files are edited and saved. You can see the output from either task in the Terminal panel (use the selector to choose which output to look at).
For incremental builds you can use the following commands depending on your needs:
npm run devTypeScript errors and warnings will be displayed in the Problems window of Visual Studio Code.
Steps to build the extension on your machine once you've cloned the repo:
> npm install -g vsce
> npm ci
> npm run package