Skip to content

Commit

Permalink
fix(vscode): githru 판넬 이미 로딩 되었을 때 스피너 계속 표시 되는 현상
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseo committed Jul 19, 2024
1 parent 78cc7ef commit 749eb02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export async function activate(context: vscode.ExtensionContext) {
console.debug("current Panel = ", currentPanel, currentPanel?.onDidDispose);
if (currentPanel) {
currentPanel.reveal();
myStatusBarItem.text = "$(check) githru";
return;
}
const gitPath = (await findGit()).path;
Expand Down

0 comments on commit 749eb02

Please sign in to comment.