mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
1f4c3f90351450af39a6406ab6104fc2335ccd91
`viewContainers` should be `viewsContainers` this had me confused for an hour when following this file.
VS Code 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:
➡️ Getting Started
You can get started locally by following these steps:
- Step #1:
git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples - Step #2:
cd vscode-extension-samples - Step #3:
npm install - Step #4: Open VSCode 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%
