taplo
taplo copied to clipboard
VS Code: this document has been excluded
Cannot find a way to include a dotfile written in TOML. VS Code always prints "this document has been excluded". Adding a config file with include "**/.file" does not work. File associations neither. Anything I have missed?
The same thing happens to me in helix, I pass configuration parameters through the lsp configuration, and it does not respect any, I try with .taplo.toml adding parameters to include a local schema and it does not work either, I have tried many ways and with none of them I got a solution.




I have the same message for Python Pipfile with the VSCode extension. Is there any extension/VSCode setting im missing to add Pipefile as a valid toml file?
+1 same issue
I have this issue on Even Better TOML 0.19.2. Try as I might, settings.json
"files.associations": {
"**/*.wara": "toml"
},
has no effect and the angry squiggle always says this document has been excluded.
I'm encountering this issue when setting a file association for *.toml.tmpl to toml.