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
When the last file editor is closed, the widget in the small right corner will not turn red, but still green,
which means that the lsp4Intellij client does not call the lsp server shutdown and exit.
Steps to reproduce:
Step 1: Open IDEA (no file is opened at this time)
Step 2: Open a file. The widget in the right corner of IDEA will change from red to green
Step 3 Move the file to another directory
Step 4: Close the file editor. The widget on the right corner of the IDEA does not change from green to red. It is still green, which means that the lsp4Intellij client does not call the lsp server shutdown and exit.
The cause of the bug is that the field uriToEditorManagers/uriToLanguageServerWrapper/urisUnderLspControl in LanguageServerWrapper is not updated when the file editor path changes and the method "org. wso2. lsp4intellij. client. languageserver. wrapper. LanguageServerWrapper # forEditor (com. intellij. openapi. editor. editor)" returns null Affected Versions:
All OS, DB, other environment details and versions:
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered:
Description:
When the last file editor is closed, the widget in the small right corner will not turn red, but still green,
which means that the lsp4Intellij client does not call the lsp server shutdown and exit.
Steps to reproduce:
Step 1: Open IDEA (no file is opened at this time)
Step 2: Open a file. The widget in the right corner of IDEA will change from red to green
Step 3 Move the file to another directory
Step 4: Close the file editor. The widget on the right corner of the IDEA does not change from green to red. It is still green, which means that the lsp4Intellij client does not call the lsp server shutdown and exit.
The cause of the bug is that the field uriToEditorManagers/uriToLanguageServerWrapper/urisUnderLspControl in LanguageServerWrapper is not updated when the file editor path changes and the method "org. wso2. lsp4intellij. client. languageserver. wrapper. LanguageServerWrapper # forEditor (com. intellij. openapi. editor. editor)" returns null
Affected Versions:
All
OS, DB, other environment details and versions:
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered: