Files
vscode-extension-samples/README.md
2016-11-16 09:33:20 -08:00

17 lines
543 B
Markdown

# vscode-extension-samples
Sample code illustrating the VS Code extension APIs.
* [Editor Decoration](/decorator-sample/README.md)
* [Virtual Documents](/contentprovider-sample/README.md)
* [Preview Html](/previewhtml-sample/README.md)
* [Vim](/vim-sample/README.md)
* [Integrated Terminal](/terminal-example/README.md)
* Experimental: [Tree Explorer](/tree-explorer/README.md)
# How to run locally
* `git clone`
* `npm run install-all`
* run one of `npm run compile-decorator`, `npm run compile-previewhtml`, or `compile-contentprovider`