mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
21 lines
720 B
Markdown
21 lines
720 B
Markdown
# Extension Samples
|
|
|
|
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)
|
|
* [Editor Decoration](/decorator-sample/README.md)
|
|
* [Preview Html](/previewhtml-sample/README.md)
|
|
* [Status Bar](/statusbar-sample/README.md)
|
|
* [Theme](/theme-sample)
|
|
* [Integrated Terminal](/terminal-sample/README.md)
|
|
* [Vim](/vim-sample/README.md)
|
|
* Experimental: [Tree Explorer](/tree-view-sample/README.md)
|
|
|
|
# How to run locally
|
|
|
|
* `git clone`
|
|
* `cd vscode-extension-samples`
|
|
* `npm install`
|
|
* open VS Code and start a sample from the debug viewlet
|