From 7883dce97eef6ea6cde29be68e00092cb5a86fe9 Mon Sep 17 00:00:00 2001 From: firai Date: Sat, 26 Apr 2025 01:47:20 +0800 Subject: [PATCH] Remove quotes and .exe when calling from %PATH% --- portable/scripts/winvscode.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/scripts/winvscode.bat b/portable/scripts/winvscode.bat index efcb4208..d9697b89 100644 --- a/portable/scripts/winvscode.bat +++ b/portable/scripts/winvscode.bat @@ -6,5 +6,5 @@ if exist "%WINPYDIR%\..\t\vscode\code.exe" ( if exist "%LOCALAPPDATA%\Programs\Microsoft VS Code\code.exe" ( "%LOCALAPPDATA%\Programs\Microsoft VS Code\code.exe" %* ) else ( - "code.exe" %* + code %* )) \ No newline at end of file