flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.53k stars 313 forks source link

Support DevTools extension detection for pub workspaces #7944

Open kenzieschmoll opened 2 weeks ago

kenzieschmoll commented 2 weeks ago

For DevTools extensions, we currently assume that the .dart_tool/package_config.json file will always live in the project root. This may not be true for pub workspaces AKA monorepos.

What we should instead do is modify the DevTools server extension APIs to take the path to the package config file instead of the project root.

Related: