From a2daaf284aeddd73cbe29e5b3a929e4cd4bd298d Mon Sep 17 00:00:00 2001 From: Pawel Spychalski Date: Tue, 2 Jul 2024 21:14:37 +0200 Subject: [PATCH] Do not run in sandbox to resolve running in linux envs from VSCode --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f8efa898..96576e28 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "runtimeExecutable": "${workspaceFolder}/node_modules/@electron-forge/cli/script/vscode.cmd", }, - "args": ["--inspect"], + "args": ["--inspect", "--no-sandbox"], "env": { "NODE_ENV": "development", "NODE_PATH": "${workspaceFolder}/js/"