Files
vscode-extension-samples/README.md
Johannes Rieken 3645fa2f5d fix broken links
2016-12-30 11:58:50 +01:00

782 B

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

  • git clone
  • cd vscode-extension-samples
  • npm install
  • open VS Code and start a sample from the debug viewlet