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

Copy paste target names

Open gonzojive opened this issue 5 years ago • 1 comments

It would be nice to be able to right click a target and copy the full target path to the clipboard.

I frequently need the target outside of VSCode. I end up clicking the target to build, then scanning the results for the input command and manually copying the full target path.

gonzojive avatar Apr 29 '20 21:04 gonzojive

You can do so from the "Build Targets" tree since #113

Screenshot 2024-04-11 at 00 14 17

Is this the functionality you were asking for?

vogelsgesang avatar Apr 10 '24 22:04 vogelsgesang