2016-12-30 11:56:29 +01:00
|
|
|
# Extension Samples
|
2016-06-08 08:18:48 +02:00
|
|
|
|
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:
|
2016-06-08 08:18:48 +02:00
|
|
|
|
|
|
|
|
* [Virtual Documents](/contentprovider-sample/README.md)
|
2016-12-30 11:56:29 +01:00
|
|
|
* [Editor Decoration](/decorator-sample/README.md)
|
2016-06-08 08:18:48 +02:00
|
|
|
* [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)
|
2016-06-08 08:18:48 +02:00
|
|
|
|
|
|
|
|
# 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
|