- Node.js 14
- npm 6.13.4
- Windows, macOS, or Linux
- Visual Studio Code
- The following VS Code extensions:
git clone https://github.com/DonJayamanne/typescript-notebook
cd typescript-notebook
npm ci
If 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 dev
TypeScript 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