Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 569 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 569 Bytes

Contributing

How to test the extension

The easiest way to test the extension is to use the configured debug task. Open the debug tab of VSCode, select "Run Extension" from the dropdown, and press the play button. This will open a new instance of VSCode with the plugin installed. You can add breakpoints, and any console.logs in the code will appear in the "DEBUG CONSOLE".

How to package the extension

Reference

npm install --global @vscode/vsce
vsce package