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
My LSP server is bound to .json, .xml and .txt files.
When I open a package.json or pom.xml files, I noticed the LSP server is not launched. Seems caused by LSPEditorListener filtering to MAIN_EDITOR where editor kind is UNTYPED pre 2019.2 (up to 2019.1)
Suggested Labels:
Bug, Good first issue
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Win10Pro
I just submitted my plugin based on lsp4intellij but got refused by JetBrains as it does not pass validation on 2019.3 and earlier. So minimum for lsp4intellij is 2020.1
Description:
My LSP server is bound to .json, .xml and .txt files.
When I open a package.json or pom.xml files, I noticed the LSP server is not launched. Seems caused by LSPEditorListener filtering to MAIN_EDITOR where editor kind is UNTYPED pre 2019.2 (up to 2019.1)
Suggested Labels:
Bug, Good first issue
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Win10Pro
Steps to reproduce:
See redhat-developer/intellij-dependency-analytics#29
The text was updated successfully, but these errors were encountered: