Run the test from the Status bar or Menu
Install it on VSCode Marketplace
- Clone the repo
- Update the Node version in
.tool-versions - Run
npm install - Run
make package_and_install - Test on VSCode
- Define the bar item in
src/editableArea/1_definitions.ts - Make it as default show by adding it to
src/editableArea/2_defaultShow.ts - Define the command in
src/editableArea/3_commands.ts - Setup the Item behavior in
src/editableArea/4_behaviors.tslink to the command in step 3 - Update the
src/editableArea/5_customShow.tsto modify the Items per file Type, for example display only for Test files. - Edit the
package.jsonto add the new command to thecontributes.commandsandcontributes.keybindingssections
- Trigger the publish workflow on Github Actions.
