We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
I have a repo with the following structure
deno.json package.json deno/src/**/*.ts # needs deno lsp ts/src/**/*.ts # needs nodets lsp
and want to create a .helix/languages.toml file such that the appropriate lsp is started depending on the opened typescript file.
.helix/languages.toml
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 and package.json in the root so that both yarn and deno can be executed from the root.
deno.json
package.json
yarn
deno
Should the language server configuration support file globbing patterns in a way similar to the language configuration ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: