Skip to content

aws-scripting-guy/dummy-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>