chore: Update runtime version in VSCode launch configuration (#5434)

Co-authored-by: kanweiwei <kanweiwei@nutstore.net>
This commit is contained in:
Camol 2025-04-28 18:48:00 +08:00 committed by GitHub
parent 9f2ac4aa81
commit d64ae18bfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.vscode/launch.json vendored
View File

@ -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"
},