mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
720 B
720 B
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
- Editor Decoration
- Preview Html
- Status Bar
- Theme
- Integrated Terminal
- Vim
- Experimental: Tree Explorer
How to run locally
git clonecd vscode-extension-samplesnpm install- open VS Code and start a sample from the debug viewlet