tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.46k stars 115 forks source link

VSCode does not respect the config file #670

Open jmg-duarte opened 2 months ago

jmg-duarte commented 2 months ago

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 https://github.com/tamasfe/taplo/issues/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...