diff --git a/.vscode/launch.json b/.vscode/launch.json index 6d24f97c2a..142965ada2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,6 @@ "request": "launch", "name": "Run sandbox", "program": "${workspaceFolder}/playgrounds/sandbox/run.js", - "runtimeExecutable": "node", "env": { "NODE_OPTIONS": "--stack-trace-limit=10000" }