We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e14708 + 7883dce commit 3631f53Copy full SHA for 3631f53
portable/scripts/winvscode.bat
@@ -6,5 +6,5 @@ if exist "%WINPYDIR%\..\t\vscode\code.exe" (
6
if exist "%LOCALAPPDATA%\Programs\Microsoft VS Code\code.exe" (
7
"%LOCALAPPDATA%\Programs\Microsoft VS Code\code.exe" %*
8
) else (
9
- "code.exe" %*
+ code %*
10
))
0 commit comments