Skip to content

Commit 6ad3234

Browse files
committed
fix: connect chat history to VSCode workspace file
1 parent 46766be commit 6ad3234

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)