choose lsp implementation based upon file path #12240
Unanswered
mountainpath9
asked this question in
Q&A
Replies: 1 comment 1 reply
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a repo with the following structure
and want to create a
.helix/languages.tomlfile such that the appropriate lsp is started depending on the opened typescript file.It seems like #8696 was intended to address this, but it's not clear that it does.
The workspace is structured with both
deno.jsonandpackage.jsonin the root so that bothyarnanddenocan be executed from the root.Should the language server configuration support file globbing patterns in a way similar to the language configuration ?
All reactions