mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
767 B
767 B
vscode-extension-samples
Sample code illustrating the VS Code extension APIs.
- Editor Decoration
- Virtual Documents
- Language Provider
- Preview Html
- Vim
- Integrated Terminal
- Status Bar
- Experimental: Tree Explorer
How to run locally
git clonenpm install- run one of
npm run compile-decorator,npm run compile-previewhtmlnpm run compile-contentprovidernpm run compile-languageprovidernpm run compile-statusbar
- launch the sample from the debug viewlet