Files
vscode-extension-samples/helloworld-minimal-sample
Matt Bierner 774ecdb0ee Bump ts-eslint versions
This fixes a warning about running on an unsupported TypeScript version. Also makes sure we do not lint any `.vscode-test` contents if they are present
2024-11-26 22:59:45 -08:00
..
2024-11-26 22:59:45 -08:00
2020-05-29 14:01:37 -07:00
2024-11-26 22:59:45 -08:00
2024-11-26 22:59:45 -08:00
2018-12-21 10:06:05 -08:00

Hello World Minimal Sample

This is a minimal version of the Hello World Sample.

It does not use TypeScript and only includes the vscode devDependency needed for extension development.

VS Code API

vscode module

Contribution Points

Running the Sample

  • Run npm install in terminal to install dependencies
  • Run the Run Extension target in the Debug View.