Skip to content

Commit

Permalink
Update Debug Config
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed May 23, 2020
1 parent d09eb14 commit 0997baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "This",
"type": "node",
"request": "launch",
"runtimeVersion": "13.7.0",
"name": "Test",
"runtimeVersion": "14.2.0",
"program": "${file}"
}
]
}
}

0 comments on commit 0997baa

Please sign in to comment.