/dummy-extension

Testing integration with Azure Pipelines

MIT LicenseMIT

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>