Skip to content

Commit 8d1020f

Browse files
authored
Merge pull request #7559 from jngyuamz/workspace-history
fix(amazonq): connect chat history to VSCode workspace file
2 parents bfdb0eb + 6ad3234 commit 8d1020f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export async function startLanguageServer(
164164
developerProfiles: true,
165165
pinnedContextEnabled: true,
166166
mcp: true,
167+
workspaceFilePath: vscode.workspace.workspaceFile?.fsPath,
167168
},
168169
window: {
169170
notifications: true,

0 commit comments

Comments
 (0)