Skip to content

Commit c7c5d5c

Browse files
committed
turning off FF subscriptionDetails: false
1 parent 16cd39b commit c7c5d5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import {
2121
import {
2222
AuthUtil,
2323
CodeWhispererSettings,
24+
failedStepMessage,
2425
getSelectedCustomization,
2526
TelemetryHelper,
2627
} from 'aws-core-vscode/codewhisperer'
@@ -179,7 +180,7 @@ export async function startLanguageServer(
179180
reroute: true,
180181
modelSelection: true,
181182
workspaceFilePath: vscode.workspace.workspaceFile?.fsPath,
182-
subscriptionDetails: true,
183+
subscriptionDetails: false,
183184
codeReviewInChat: false,
184185
},
185186
window: {

0 commit comments

Comments
 (0)