Dart-Code / Dart-Code

Dart and Flutter support for VS Code
https://dartcode.org/
MIT License
1.5k stars 307 forks source link

Switch customDevTools to assume `dt` instead of `devtools_tool` #5311

Closed DanTup closed 1 month ago

DanTup commented 1 month ago

See https://github.com/flutter/devtools/pull/8410

DanTup commented 1 month ago

Done. It's possible to switch back to the old one with a flag in case you're working on an old branch or something:

"dart.customDevTools": {
  // ...
  "legacy": true,
}

(No promises that "legacy" means the same thing in the future!)