Skip to content

Commit

Permalink
Merge branch 'release/1.3.23' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhioromano committed Aug 20, 2023
2 parents b3aa7e2 + e834292 commit c9ba824
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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.24",
"version": "1.3.23",
"engines": {
"vscode": "^1.64.0"
},
Expand Down
16 changes: 0 additions & 16 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,3 @@ export function activate(context: vscode.ExtensionContext) {
}

export function deactivate() { }

// const gitBaseExtension = extensions.getExtension<GitBaseExtension>("vscode.git-base")!.exports;
// const gitbase = gitExtension.getAPI(1);

// gitbase.onDidChangeState((e) => {
// if (e.toString().toLowerCase() === "initialized") {
// console.log(git.repositories);
// git.onDidChangeState((e) => {
// console.log("state", e);
// });
// git.repositories[0].state.onDidChange((e) => {
// console.log("repo", e);
// });
// }
// console.log("base", e);
// });

0 comments on commit c9ba824

Please sign in to comment.