Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Oct 26, 2023
1 parent a4c2d9e commit 8db2f8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package:
printf "Y\n" | vsce package

install:
code --install-extension bar-helper-0.5.3.vsix
rm bar-helper-0.5.3.vsix
code --install-extension bar-helper-0.5.5.vsix
rm bar-helper-0.5.5.vsix

package_and_install: compile package install

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Install it on [VSCode Marketplace](https://marketplace.visualstudio.com/items?it
4. Run `make package_and_install`
5. Test on VSCode

### III/ Add new Item
### II/ Add new Item
1. Define the bar item in `src/editableArea/1_definitions.ts`
2. Make it as default show by adding it to `src/editableArea/2_defaultShow.ts`
3. Define the command in `src/editableArea/3_commands.ts`
4. Setup the Item behavior in `src/editableArea/4_behaviors.ts` link to the command in step 3
5. Update the `src/editableArea/5_customShow.ts` to modify the Items per file Type, for example display only for Test files.
6. Edit the `package.json` to add the new command to the `contributes.commands` and `contributes.keybindings` sections

### II/ Publish
### III/ Publish

- Trigger the [publish workflow](https://github.com/andyduong1920/vscode-bar-helper/actions/workflows/publish.yml) on Github Actions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bar-helper",
"displayName": "Bar Helper",
"description": "Run any command from the status bar.",
"version": "0.5.4",
"version": "0.5.5",
"publisher": "andyduong1920",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8db2f8b

Please sign in to comment.