Commit 4ca704c
authored
fix(amazonq): pass uri.path as workspaceIdentifier when initializing AmazonQ lsp
## Problem
workspaceIdentifier should be a string:
- aws/language-server-runtimes#497
## Solution
Update ``extensionContext.storageUri`` with ``extensionContext.storageUri?.path``1 parent 4b09167 commit 4ca704c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments