From 1f52cf00d9347ab59d7edcf4ec3c3d8b2e388418 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 19 May 2025 10:02:43 -0400 Subject: [PATCH] revert unneeded drive-by change --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) 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" }