Run the test from the Status bar or Menu
Install it on VSCode Marketplace
I/ Development
- Clone the repo
- Update the Node version in
.tool-versions
- Run
npm install
- Run
make package_and_install
- Test on VSCode
II/ Add new Item
- 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.ts link to the command in step 3
- Update the
src/editableArea/5_customShow.ts to modify the Items per file Type, for example display only for Test files.
- Edit the
package.json to add the new command to the contributes.commands and contributes.keybindings sections
III/ Publish
| |