Skip to content

Add default language server for JSON - #2024

Merged
the-mikedavis merged 1 commit into
helix-editor:masterfrom
David-Else:add-json-language-server
Apr 8, 2022
Merged

Add default language server for JSON#2024
the-mikedavis merged 1 commit into
helix-editor:masterfrom
David-Else:add-json-language-server

Conversation

@David-Else

Copy link
Copy Markdown
Contributor

No description provided.

@the-mikedavis
the-mikedavis merged commit 22629ca into helix-editor:master Apr 8, 2022
Comment thread languages.toml
injection-regex = "json"
file-types = ["json"]
roots = []
language-server = { command = "vscode-json-language-server", args = ["--stdio"] }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this normally installed? I see the vscode-json-languageserver but the binary is not the same name

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EricCrosson Did you tried to install it? Package name can be different than package path. I installed from AUR, it work on vscode-json-language-server path.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EpsilonKu I did 🙂 no dice

Thanks @the-mikedavis!

Comment thread languages.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants