We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #946 we replaced Biome with typescript-language server
Formatting was provided by Biome and it works fine with TypeScript, unfortunately using 2 language servers isn't easily done.
We should add a formatter to typescript-language-server or use Biome and typescript-language-server together.
typescript-language-server
We could also use prettier which is mostly compatible with Biome formatter.
prettier
The text was updated successfully, but these errors were encountered:
I might be wrong but I think tsserver has a built-in formatter. I think it's the default in VSCode and you can invoke it manually
tsserver
Also evidenced by typescript-language-server/typescript-language-server#10
But in practice it seems less than perfect for the task. It's very lax.
Sorry, something went wrong.
You're right - might be enough for now but I'd like something closer to prettier/biome. We can do without for now it's really just nice to have 👍
We now use typescript-language-server for both TS and JS
#972
we removed biome
#973
The typescript-language-server formatter looks good enoguh for now
No branches or pull requests
In #946 we replaced Biome with typescript-language server
Formatting was provided by Biome and it works fine with TypeScript, unfortunately using 2 language servers isn't easily done.
We should add a formatter to
typescript-language-server
or use Biome and typescript-language-server together.We could also use
prettier
which is mostly compatible with Biome formatter.The text was updated successfully, but these errors were encountered: