You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
hello, I'm referring to the use of this library in vscode with windows11 and powershell as a terminal, this line makes a reference to something like this:
"C:/users/administrador/_bazel_administrador/y554zjiy/external/com_google_api_gax_java/dependencies.properties"
and tries to "cat" the file so double problem, powershell will not find forward slashed path and "cat" command does not exist in windows, although there's an alternative to it called "type" which is an alias to powershell "Get-Content".
to reproduce: pull some googleapis api in vscode and try to populate the bazel build targets window using the little refresh button.