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 16cd39b commit c7c5d5cCopy full SHA for c7c5d5c
packages/amazonq/src/lsp/client.ts
@@ -21,6 +21,7 @@ import {
21
import {
22
AuthUtil,
23
CodeWhispererSettings,
24
+ failedStepMessage,
25
getSelectedCustomization,
26
TelemetryHelper,
27
} from 'aws-core-vscode/codewhisperer'
@@ -179,7 +180,7 @@ export async function startLanguageServer(
179
180
reroute: true,
181
modelSelection: true,
182
workspaceFilePath: vscode.workspace.workspaceFile?.fsPath,
- subscriptionDetails: true,
183
+ subscriptionDetails: false,
184
codeReviewInChat: false,
185
},
186
window: {
0 commit comments