From 2a9d057c5b173c01977e3ae5299f685b474b1eab Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 1 Aug 2023 16:29:10 -0700 Subject: fixes to main.yaml, build nodejs --- extension/src/activation/environmentSetup.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extension/src') diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index 5e2e3c0f..a0d6a653 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -455,6 +455,8 @@ export async function startContinuePythonServer() { exePath = path.join(exeDir, "run-win.exe"); } else if (os.platform() === "darwin") { exePath = path.join(exeDir, "run-darwin"); + // Add permissions + await runCommand(`chmod +x ${exePath}`); await runCommand(`xattr -dr com.apple.quarantine ${exePath}`); } else { exePath = path.join(exeDir, "run-linux"); -- cgit v1.2.3-70-g09d2