Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.21 KB

dummy-extension

Testing integration with Azure Pipelines

Build Status

Release Status

Snippet Sample

This is the source code for Snippet Guide.

VS Code API

Contribution Points

Running the Sample

  • Run the Run Extension target in the Debug View
  • When you type log in a JavaScript file, you would see the snippet Print to console.

Publish extension

  • you can have multiple publishers
  • have the 'publisher' field in your package.json filled
  • personal token with All Available Organizations scope
vsce package
vsce publish -p <token>