Skip to content

SergioDiez/vscode-extension-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample code illustrating the VS Code extension API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.4%
  • JavaScript 2.3%
  • Other 0.3%