Skip to content

Commit

Permalink
修正重载按钮不显示的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Oct 8, 2024
1 parent 7fe9de2 commit e0da37a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/console/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class Client extends vscode.Disposable {
this.button ??= new Buttons();
} else {
this.button?.dispose();
this.button = undefined;
}
}

Expand Down

0 comments on commit e0da37a

Please sign in to comment.