Skip to content

Commit

Permalink
Refactor and add the git status
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Oct 26, 2023
1 parent 7447d51 commit 932f73d
Show file tree
Hide file tree
Showing 8 changed files with 260 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.15.0
nodejs 16.20.1
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ compile:
package:
printf "Y\n" | vsce package

install_vsce:
npm install --global @vscode/vsce

install:
code --install-extension bar-helper-0.4.0.vsix
rm bar-helper-0.4.0.vsix
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions 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.4.1",
"version": "0.4.2",
"publisher": "andyduong1920",
"repository": {
"type": "git",
Expand Down Expand Up @@ -116,7 +116,6 @@
"glob": "^9.3.4",
"typescript": "^5.0.3"
},
"dependencies": {},
"keywords": [
"bar",
"helper",
Expand Down
Loading

0 comments on commit 932f73d

Please sign in to comment.