lsp4intellij
lsp4intellij copied to clipboard
LSP server not launched pre 2019.2
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 https://github.com/redhat-developer/intellij-dependency-analytics/pull/29
hm. i think we can get rid of this check once https://github.com/ballerina-platform/lsp4intellij/pull/241 is merged.
I am not aware of any minimum supported version policy though. There has been talk of supporting dynamic plugins which is a 2020.1+ feature.
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