-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
Is your feature request related to a problem? Please describe.
If you have two projects in a folder/VS Code workspace, and they both depend on the same package for different versions (or if any is the actual package and the other is from pub), we are currently assuming one of the package: uris to open.
Describe the solution you'd like
I'd like to be asked what file to open.
Describe alternatives you've considered
Knowing which file it refers to and opening it manually.
Additional context
- Clone https://github.com/fmorschel/package_uri_repro
- Pub get
- Run
repro/bin/darton the terminal andCtrl+Clickthe URI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.