Skip to content

Commit a7e15e1

Browse files
authored
fix(amazonq): update refresh status bar command (#5008)
1 parent 04460ef commit a7e15e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/commands/basicCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const toggleCodeScans = Commands.declare(
9090
: CodeWhispererConstants.autoScansConfig.deactivated,
9191
})
9292

93-
await vscode.commands.executeCommand('aws.codeWhisperer.refreshStatusBar')
93+
await vscode.commands.executeCommand('aws.amazonq.refreshStatusBar')
9494
})
9595
}
9696
)

0 commit comments

Comments
 (0)