mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
1.7 KiB
1.7 KiB
VS Code Extension Samples
This repository contains sample code illustrating the VS Code extension API. Each sample is a self-contained extension that explains one topic.
➡️ 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.