Files
vscode-extension-samples/README.md

21 lines
720 B
Markdown
Raw Normal View History

2016-12-30 11:56:29 +01:00
# Extension Samples
2016-12-30 11:56:29 +01:00
This repository contains sample code illustrating the VS Code extension API. The following is a
list of self-contained, running extensions that show one or multiple concepts of the API:
* [Virtual Documents](/contentprovider-sample/README.md)
2016-12-30 11:56:29 +01:00
* [Editor Decoration](/decorator-sample/README.md)
* [Preview Html](/previewhtml-sample/README.md)
2016-12-17 11:38:21 +01:00
* [Status Bar](/statusbar-sample/README.md)
2016-12-30 11:56:29 +01:00
* [Theme](/theme-sample)
2016-12-30 11:58:50 +01:00
* [Integrated Terminal](/terminal-sample/README.md)
2016-12-30 11:56:29 +01:00
* [Vim](/vim-sample/README.md)
2017-06-20 16:14:01 +01:00
* Experimental: [Tree Explorer](/tree-view-sample/README.md)
# How to run locally
* `git clone`
2016-12-30 11:56:29 +01:00
* `cd vscode-extension-samples`
2016-12-15 19:48:12 +01:00
* `npm install`
2016-12-30 11:56:29 +01:00
* open VS Code and start a sample from the debug viewlet