lsp4intellij icon indicating copy to clipboard operation
lsp4intellij copied to clipboard

LSP server not launched pre 2019.2

Open jeffmaury opened this issue 4 years ago • 2 comments

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

jeffmaury avatar Feb 16 '21 16:02 jeffmaury

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.

Trias avatar Feb 16 '21 17:02 Trias

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

jeffmaury avatar Feb 17 '21 10:02 jeffmaury