You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(amazonq): pass workspaceIdentifier when initializing AmazonQLanguageServer (#5725)
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.
Related `aws/language-server-runtimes` change:
- aws/language-server-runtimes#497
Use `Project.getBasePath()` as such an identifier and pass it when initializing AmazonQ language server.
Similar change on `aws/aws-toolkit-vscode` side:
- aws/aws-toolkit-vscode#7291
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ private class AmazonQServerInstance(private val project: Project, private val cs
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/ExtendedClientMetadata.kt
0 commit comments