-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)is 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
In some circumstances - in some types of repos - the user should not run pub get. These repos manage their dependencies in other ways (the dart-lang/sdk repo, ...).
For this specific case, we shouldn't prompt if the repo is contained in a bazel workspace. There are a few ways to detect this, generally involving BUILD and / or WORKSPACE files.
Can we auto-detect these situations, and not auto-prompt to run pub get? Thanks!
cc @matanlurey
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)is 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.