Files
vscode-extension-samples/README.md
2016-12-15 19:48:12 +01:00

691 B

vscode-extension-samples

Sample code illustrating the VS Code extension APIs.

How to run locally

  • git clone
  • npm install
  • run one of
    • npm run compile-decorator,
    • npm run compile-previewhtml
    • npm run compile-contentprovider
    • npm run compile-languageprovider
  • launch the sample from the debug viewlet