vscode-bazel icon indicating copy to clipboard operation
vscode-bazel copied to clipboard

Why does commandArgs not apply to Run targets?

Open makestuff opened this issue 9 months ago • 1 comments

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

makestuff avatar May 07 '24 14:05 makestuff

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

vogelsgesang avatar May 10 '24 00:05 vogelsgesang