-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)is enhancement
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
Metadata
Metadata
Assignees
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)is enhancement