We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ed8ba commit 8fa3901Copy full SHA for 8fa3901
packages/amazonq/src/lsp/chat/messages.ts
@@ -486,7 +486,7 @@ export function registerMessageListeners(
486
defaultUri: params.defaultUri ? vscode.Uri.parse(params.defaultUri) : undefined,
487
title: params.title,
488
})
489
- const urisString = uris?.map((uri) => uri.toString())
+ const urisString = uris?.map((uri) => uri.fsPath)
490
return { uris: urisString || [] }
491
492
0 commit comments