Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP server not launched pre 2019.2 #243

Open
jeffmaury opened this issue Feb 16, 2021 · 2 comments
Open

LSP server not launched pre 2019.2 #243

jeffmaury opened this issue Feb 16, 2021 · 2 comments
Labels

Comments

@jeffmaury
Copy link

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

@Trias
Copy link
Contributor

Trias commented Feb 16, 2021

hm. i think we can get rid of this check once #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.

@jeffmaury
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants