Files
vscode-extension-samples/README.md
Max Schmitt 28fe96729e Removed dead link
There exists no longer a extension example for a language provider.
2017-10-28 13:49:39 +02:00

720 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