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
Your path to zig doesn't have quotes. I just tried running my command without quotes and it worked without ampersand. Not sure what the logic is for adding quotes though.
Same issue here... the problem is when the path contains spaces. In my case "c:\Users\j_lop\AppData\Roaming\Code - Insiders\User\globalStorage\ziglang.vscode-zig\zig\windows-x86_64-0.13.0\zig.exe".
One workaround is to set in vsc the default terminal profile to command prompt.
On Windows, the Zig: Run Zig command attempts to invoke a command line in Powershell. This command fails for the following:
A workaround I've found is to start the command line with an ampersand,
&
, known as the Powershell call operator.The text was updated successfully, but these errors were encountered: