Skip to content

Commit 7883dce

Browse files
authored
Remove quotes and .exe when calling from %PATH%
1 parent 41e8766 commit 7883dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/scripts/winvscode.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ if exist "%WINPYDIR%\..\t\vscode\code.exe" (
66
if exist "%LOCALAPPDATA%\Programs\Microsoft VS Code\code.exe" (
77
"%LOCALAPPDATA%\Programs\Microsoft VS Code\code.exe" %*
88
) else (
9-
"code.exe" %*
9+
code %*
1010
))

0 commit comments

Comments
 (0)