-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
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
VS Code: this document has been excluded #320
Comments
I have the same message for Python |
+1 same issue |
I have this issue on Even Better TOML 0.19.2. Try as I might, "files.associations": {
"**/*.wara": "toml"
}, has no effect and the angry squiggle always says this document has been excluded. |
Has anyone tried this? |
Works for me in helix. I can also confirm that the CWD of helix must be a parent of the file, which is good enough for me. To save you a click, add the following to your [[language]]
name = "toml"
roots = ["."] |
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 text was updated successfully, but these errors were encountered: