choose lsp implementation based upon file path #12240
Unanswered
mountainpath9
asked this question in
Q&A
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a repo with the following structure
and want to create a
.helix/languages.toml
file 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.json
andpackage.json
in the root so that bothyarn
anddeno
can be executed from the root.Should the language server configuration support file globbing patterns in a way similar to the language configuration ?
Beta Was this translation helpful? Give feedback.
All reactions