Files
vscode-extension-samples/hellocode-minimal-sample
2018-11-06 22:57:29 -08:00
..
2018-10-12 09:23:13 -07:00
2018-11-06 22:57:29 -08:00

Hello Code Minimal Sample

This is a minimal version of the Hello Code Sample.

It does not use TypeScript and only includes the vscode devDependency needed for extension development.

VS Code API

vscode module

Contribution Points

Running the Sample

  • Run npm install in terminal to install dependencies
  • Run the Run Extension target in the Debug View.