We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my VSCode workspace config I have:
"evenBetterToml.taplo.configFile.path": ".taplo.toml", "evenBetterToml.taplo.configFile.enabled": true,
Taplo and VSCode format things differently when using the same config.
I noticed #624 and tried the following:
"evenBetterToml.taplo.bundled": false, "evenBetterToml.taplo.path": "/<FULL_PATH_REDACTED>/.cargo/bin/taplo"
You can imagine how frustrating this is...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my VSCode workspace config I have:
Taplo and VSCode format things differently when using the same config.
I noticed #624 and tried the following:
You can imagine how frustrating this is...
The text was updated successfully, but these errors were encountered: