Skip to content

Commit

Permalink
AAP-34646: Prevent Feedback Panel from Opening on Status Bar Click (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
manstis authored Jan 9, 2025
1 parent 1eda808 commit a880852
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/features/lightspeed/statusBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ export class LightspeedStatusBar {
}

public async lightSpeedStatusBarClickHandler() {
if (await this.lightspeedAuthenticatedUser.isAuthenticated()) {
vscode.commands.executeCommand(LightSpeedCommands.LIGHTSPEED_FEEDBACK);
} else {
if (!(await this.lightspeedAuthenticatedUser.isAuthenticated())) {
vscode.commands.executeCommand(
LightSpeedCommands.LIGHTSPEED_AUTH_REQUEST,
);
Expand Down

0 comments on commit a880852

Please sign in to comment.