generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle different plugin paths (#100)
It seems that depending on what version the language server plugin was first installed, the plugin path can be `jsonnet-language-server` and `Jsonnet Language Server` under the `plugins/` root. v0.3.0 switched to `jsonnet-language-server`, which broke existing plugins. This change handles both scenarios by checking if `jsonnet-language-server` dir exists, and if not falls back to using `Jsonnet Language Server`. Fixes: #97
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters