Skip to content

Commit 195006c

Browse files
committed
fix(amazonq): switch off the feature flag incase sagemaker is involved
1 parent 9128f47 commit 195006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export async function startLanguageServer(
174174
window: {
175175
notifications: true,
176176
showSaveFileDialog: true,
177-
showLogs: true,
177+
showLogs: isSageMaker() ? false : true,
178178
},
179179
textDocument: {
180180
inlineCompletionWithReferences: {

0 commit comments

Comments
 (0)