missed some node version refs
This commit is contained in:
parent
865dbf1b13
commit
75fd744321
4
project/.vscode/launch.json
vendored
4
project/.vscode/launch.json
vendored
@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "Debug",
|
||||
"type": "node",
|
||||
"runtimeVersion": "18.15.0",
|
||||
"runtimeVersion": "20.10.0",
|
||||
"runtimeExecutable": "npm",
|
||||
"request": "launch",
|
||||
"sourceMaps": true,
|
||||
@ -21,7 +21,7 @@
|
||||
{
|
||||
"name": "Run Vitest Tests",
|
||||
"type": "node",
|
||||
"runtimeVersion": "18.15.0",
|
||||
"runtimeVersion": "20.10.0",
|
||||
"runtimeExecutable": "npm",
|
||||
"request": "launch",
|
||||
"runtimeArgs": [
|
||||
|
Loading…
Reference in New Issue
Block a user