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 4b09167 commit ffc0cb4Copy full SHA for ffc0cb4
packages/amazonq/src/lsp/client.ts
@@ -134,7 +134,7 @@ export async function startLanguageServer(
134
},
135
136
contextConfiguration: {
137
- workspaceIdentifier: extensionContext.storageUri,
+ workspaceIdentifier: extensionContext.storageUri?.path,
138
139
logLevel: toAmazonQLSPLogLevel(globals.logOutputChannel.logLevel),
140
0 commit comments