Commit faeeb98
authored
feat(amazonq): pass workspaceIdentifier when initializing AmazonQ lsp aws#7252
## Problem
AmazonQ LSP needs an identifier for the IDE workspace, which should be
stable and unique for each workspace, regardless of IDE restarts or
system reboots.
## Solution
Use [ExtensionContext.storageUri](https://code.visualstudio.com/api/references/vscode-api#ExtensionContext.storageUri)
as such an identifier and pass it when initializing AmazonQ lsp.1 parent 9b873dc commit faeeb98
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
| |||
0 commit comments