Julien Cretin
Julien Cretin
> Why would Taplo need to be run in a workspace? I'm not sure (not familiar enough with LSP) so only speculating. Only a single instance of Taplo is needed...
I'm also not sure what it would need to work, but most probably a considerable amount of work that the project can't provide right now. Ideally Taplo would need to...
Yes, but we don't really have that distinction in the labels. So for me anything related to javascript or VScode is just `vscode` and I don't look at it because...
This looks VS Code specific.
Thanks for the bug report! Those 3 failures seem to be related to some non-ASCII characters. I don't know how non-ASCII characters are handled, so would take time to debug....
Thanks for the suggestion! It doesn't sound very hard to do. Feel free to open a PR.
Thanks for the suggestion! I'm personally not convinced by sophisticated output (others may disagree). I just use Taplo in CI like [this](https://github.com/google/wasefire/blob/59f73b90dd0c7e3b232976a37b055fe506360c6e/scripts/ci.sh#L63-L64), i.e. by formatting then diffing using git (which...
Thanks for the suggestion! This would need someone writing a PR.
Thanks for the bug report! Indeed, I don't think you can do anything against that currently. It is hard-coded to load the default catalog on initialization. This would need some...
Not sure of the root cause. It could be that other LSP servers just deduplicate suggestions. But it could also be that Taplo emits duplicate suggestions. I don't think this...