Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 964 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 964 Bytes

Contributing

This plugin is far from feature-complete.
If you want to improve it, feel free to pick one of the open issues and give it a shot.
In case you need any help, just add a comment to the issue to get a conversation started. 😃

Dev setup

Open this repo in VSCode, and you should be able to just Start the launch task "Launch Extension":

screenshot

You might need to wait a moment for the first npm install to finish. You can see progress in the "running build tasks" section of VSCode:

screenshot

Packaging

Run make package to package a .vsix file.

additional commands

To get a list of all available commands, try make help.
To test your changes, go to the Debug panel in VSCode and click on the play button. This will start the extension in a new window where you can test it.