Is there a possibility to run this command via a shortcut in vs code?
Seems unnecessary work to type the command flutter pub run build_runner watch --delete-conflicting-outputs
by myself every single time.
Context: This command is used for code generation in flutter and dart projects.