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/"