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
- Editor Decoration
- Language Provider
- Preview Html
- Status Bar
- Theme
- Integrated Terminal
- Vim
- Experimental: Tree Explorer
git clone
cd vscode-extension-samples
npm install
- open VS Code and start a sample from the debug viewlet