We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04460ef commit a7e15e1Copy full SHA for a7e15e1
packages/core/src/codewhisperer/commands/basicCommands.ts
@@ -90,7 +90,7 @@ export const toggleCodeScans = Commands.declare(
90
: CodeWhispererConstants.autoScansConfig.deactivated,
91
})
92
93
- await vscode.commands.executeCommand('aws.codeWhisperer.refreshStatusBar')
+ await vscode.commands.executeCommand('aws.amazonq.refreshStatusBar')
94
95
}
96
)
0 commit comments