taplo icon indicating copy to clipboard operation
taplo copied to clipboard

VS Code: this document has been excluded

Open muuvmuuv opened this issue 3 years ago • 8 comments

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?

muuvmuuv avatar Sep 21 '22 08:09 muuvmuuv

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.

imagen

imagen

imagen

imagen

axdank avatar Sep 22 '22 03:09 axdank

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?

alkatar21 avatar Dec 04 '22 15:12 alkatar21

+1 same issue

gutenfries avatar Dec 06 '22 02:12 gutenfries

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.

reinderien avatar Oct 21 '23 14:10 reinderien

I'm encountering this issue when setting a file association for *.toml.tmpl to toml.

Code_0UUyHNUDDT

neodon avatar Dec 19 '23 04:12 neodon