mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
ff96d2a669475fa33e7cbe01e2f2f37133eb9eb2
To keep things simple, this doesn't use the nls-dev package. I think this demystifies a lot of things when you see what is actually going on behind the scenes.
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
Languages
TypeScript
79%
JavaScript
15.1%
Rust
3.4%
CSS
1.4%
Jupyter Notebook
0.8%
Other
0.2%