diff --git a/client/src/setupSelectedVersion.ts b/client/src/setupSelectedVersion.ts index 8fa8136..2dc43f9 100644 --- a/client/src/setupSelectedVersion.ts +++ b/client/src/setupSelectedVersion.ts @@ -141,7 +141,7 @@ async function getBinaryPathWithPermissions(context: ExtensionContext) { }); } else { // on windows we need to add the .bat to the binary path - binaryPath = `${binaryPath}.bat`; + binaryPath = `"${binaryPath}.bat"`; resolve(); } }).catch((e) => {