Files
vscode-extension-samples/README.md
2018-05-31 08:41:45 +05:00

1.1 KiB

VS Code in action

VSCode 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:

How to Run Locally

  • 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.