bazelbuild / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
231 stars 76 forks source link

Why does commandArgs not apply to Run targets? #394

Open makestuff opened 2 months ago

makestuff commented 2 months ago

Is there a reason “run” is not included in the list of things to add commandArgs to? I have some options which should apply equally to build, test and run targets.

https://github.com/bazelbuild/vscode-bazel/blob/e5c95e4567a80c82ada48031c9fde5561fc7c957/src/bazel/tasks.ts#L229-L230

vogelsgesang commented 1 month ago

Good question. I also already wondered the same...