You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stray file causes imports in package_a to not resolve correctly.
It is hard to discover because it is in a hidden directory, and typically gitignored.
We are already deleting .dart_tool/package_config.json in the folders of the workspace packages
We should also delete any .dart_tool/package_config.json files in folders from the workspace package up to the root.
The text was updated successfully, but these errors were encountered:
In flutter/devtools#8211 the situation was something like this
And after migration to workspaces with a pubspec.yaml at the root it looks like this:
The stray file causes imports in package_a to not resolve correctly.
It is hard to discover because it is in a hidden directory, and typically gitignored.
We are already deleting .dart_tool/package_config.json in the folders of the workspace packages
We should also delete any .dart_tool/package_config.json files in folders from the workspace package up to the root.
The text was updated successfully, but these errors were encountered: