2015-11-05 02:14:11 -08:00
|
|
|
# vscode-extension-samples
|
2016-06-08 08:18:48 +02:00
|
|
|
|
2015-11-05 17:33:07 +01:00
|
|
|
Sample code illustrating the VS Code extension APIs.
|
2016-06-08 08:18:48 +02:00
|
|
|
|
2016-06-08 08:19:43 +02:00
|
|
|
* [Editor Decoration](/decorator-sample/README.md)
|
2016-06-08 08:18:48 +02:00
|
|
|
* [Virtual Documents](/contentprovider-sample/README.md)
|
2016-12-15 19:48:12 +01:00
|
|
|
* [Language Provider](/languageprovider-sample/README.md)
|
2016-06-08 08:18:48 +02:00
|
|
|
* [Preview Html](/previewhtml-sample/README.md)
|
2016-07-25 17:57:54 +02:00
|
|
|
* [Vim](/vim-sample/README.md)
|
2016-09-13 14:47:17 -07:00
|
|
|
* [Integrated Terminal](/terminal-example/README.md)
|
2016-12-17 11:38:21 +01:00
|
|
|
* [Status Bar](/statusbar-sample/README.md)
|
2016-11-16 09:33:20 -08:00
|
|
|
* Experimental: [Tree Explorer](/tree-explorer/README.md)
|
2016-06-08 08:18:48 +02:00
|
|
|
|
|
|
|
|
# How to run locally
|
|
|
|
|
|
|
|
|
|
* `git clone`
|
2016-12-15 19:48:12 +01:00
|
|
|
* `npm install`
|
|
|
|
|
* run one of
|
|
|
|
|
* `npm run compile-decorator`,
|
|
|
|
|
* `npm run compile-previewhtml`
|
|
|
|
|
* `npm run compile-contentprovider`
|
|
|
|
|
* `npm run compile-languageprovider`
|
2016-12-17 11:38:21 +01:00
|
|
|
* `npm run compile-statusbar`
|
2016-12-15 19:48:12 +01:00
|
|
|
* launch the sample from the debug viewlet
|