vscode-bazel
vscode-bazel copied to clipboard
Copy paste target names
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.
You can do so from the "Build Targets" tree since #113
Is this the functionality you were asking for?