-
Notifications
You must be signed in to change notification settings - Fork 99
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
Make configs TOML-compatible #92
Comments
Hmm can you tell me a bit more about what taplo is? I'm not sure I understand what a JSON schema for taplo would mean. I don't think that the documentation and configs are already written in TOML, though I might be mistaken. |
JSON schema for taplo means that when I install taplo extension for VS Code I have suggestions for eg configs from JSON schema: The problem with configs - they don't provide quoting for strings (which TOML requires). Please switch to another parser because the current one is for INI files. JSON Schema don't support INI files so it's better to use TOML. 😄 |
Oh got it. Seems cool to have that kind of autocompletion, I agree. I'm a bit behind on PRs atm due to work stuff, but I'll take a look at this. I like this kind of integration. |
For instance instead of:
write:
Maybe it's just a documentation mistake and configs are already written in TOML.
The text was updated successfully, but these errors were encountered: