Jakub Panek
Jakub Panek
> Furthermore, the schema selection is tripled. Duplicate of https://github.com/tamasfe/taplo/issues/395 > Additionally, when I change the file extension to .toml, it shows "no schema selected" This is currently broken, use...
Did you configure both `evenBetterToml.taplo.bundled` and `evenBetterToml.taplo.path` (it has to be full path)?
I'm rarely on Windows so I can't check right now but can you verify that `taplo lsp` works from terminal and eventually try with `/` instead of `\\` as path...
Generally I'm in favour of not accepting platform specific files that we do not support directly since it puts maintenance burden on core devs. It would be best if it...
I think it's already fixed as I can't reproduce it, might be e99621d971cfa7ac9040234109cbaa4590ec49df Can you try latest nightly?
@arpadav @genusistimelord this is not the same issue, issue mentioned by OP is crashing due to comment. Your issue is most likely due to recent changes that were made to...
At the top of the file add ``` #:schema https://raw.githubusercontent.com/SchemaStore/schemastore/d8d4ddd2dfa7aee57c15dad08fb95ab038007a20/src/schemas/json/cargo.json ```
> Were you able to solve the comment glitch originally posted? Please follow https://github.com/tamasfe/taplo/issues/741 for updates (as current issue has been *slightly* hijacked)
Set `inline_table_expand` to `false`
How are you using it? VSCode? Other editor?