From d64ae18bfce03cae1c50d16f06a2e583d36b8949 Mon Sep 17 00:00:00 2001 From: Camol Date: Mon, 28 Apr 2025 18:48:00 +0800 Subject: [PATCH] chore: Update runtime version in VSCode launch configuration (#5434) Co-authored-by: kanweiwei --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0b6b9a6499..efacfda6f8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,6 +7,7 @@ "request": "launch", "cwd": "${workspaceRoot}", "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron-vite", + "runtimeVersion": "20", "windows": { "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron-vite.cmd" },