Skip to content

Commit

Permalink
Merge branch 'release/1.3.24' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhioromano committed Aug 20, 2023
2 parents b01b43e + 62e9748 commit b3aa7e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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": "vscode-gitflow",
"displayName": "Git Flow",
"description": "Git-Flow support for VS Code",
"version": "1.3.23",
"version": "1.3.24",
"engines": {
"vscode": "^1.64.0"
},
Expand Down
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function activate(context: vscode.ExtensionContext) {
statBar.tooltip = "Show Git Flow Quick Pick menu";
statBar.show();
context.subscriptions.push(statBar);


const util = new Util(rootPath, logger, statBar);

Expand Down

0 comments on commit b3aa7e2

Please sign in to comment.