GitHunt
KV

kvnsmth/vscode-extension-samples

Sample code illustrating the VS Code extension API.

VS Code in action

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 microsoft#1: git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples
  • Step microsoft#2: cd vscode-extension-samples
  • Step microsoft#3: npm install
  • Step microsoft#4: Open VSCode and start a sample from the debug viewlet.
Created October 22, 2018
Updated October 25, 2018
kvnsmth/vscode-extension-samples | GitHunt