diff --git a/.vscode/launch.json b/.vscode/launch.json index 5c075a55..2253084f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,6 +2,12 @@ { "version": "0.2.0", "configurations": [ + { + "type": "node", + "request": "launch", + "name": "Launch Current Opened File", + "program": "${file}" + }, { "type": "node", "request": "launch",