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
Melos workspaces now require a pubspec.yaml file in the root.
When fixing imports it seems the extension is finding both my app's pubspec and the melos workspace's pubspec and cant decide which one the relative import should be based on
Expected to find a single pubspec.yaml file above file:///xxx/projectX/app/lib/main.dart, 2 found.
projectX is the melos workspace with pubspec.yaml and then app is one of the "packages" defined in melos.yaml
name: projectxdescription: A Very Good Project created by Very Good CLI.version: 1.0.0+1publish_to: noneenvironment:
sdk: '>=3.0.0 <4.0.0'dependencies:
...
The text was updated successfully, but these errors were encountered:
Melos workspaces now require a
pubspec.yaml
file in the root.When fixing imports it seems the extension is finding both my app's pubspec and the melos workspace's pubspec and cant decide which one the relative import should be based on
projectX
is the melos workspace with pubspec.yaml and thenapp
is one of the "packages" defined in melos.yamlmelos workspace pubspec content
partial app pubspec content
The text was updated successfully, but these errors were encountered: