diff --git a/packages/amazonq/src/lsp/client.ts b/packages/amazonq/src/lsp/client.ts index 4d052912c8e..e4f2f31f193 100644 --- a/packages/amazonq/src/lsp/client.ts +++ b/packages/amazonq/src/lsp/client.ts @@ -174,7 +174,7 @@ export async function startLanguageServer( window: { notifications: true, showSaveFileDialog: true, - showLogs: true, + showLogs: isSageMaker() ? false : true, }, textDocument: { inlineCompletionWithReferences: {