Skip to content

Commit 3631f53

Browse files
authored
Merge pull request #1574 from firai/fix-vscode-launch-from-path
Remove quotes and .exe from VSCode command when calling from `%PATH%`
2 parents 0e14708 + 7883dce commit 3631f53

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)