You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
I modify my
launch.jsonlike this:{ "version": "0.2.0", "configurations": [ { "name": "Current TS File", "type": "node", "request": "launch", "args": [ "--nolazy", "-r", "ts-node/register", "${relativeFile}" ], "sourceMaps": true, "cwd": "${workspaceFolder}" } ] }It also works fine.
so, what's the difference between
argsandruntimeArgs?I read official doc about debugging in vscode, did not find
rumtimeArgsandprotocolattributes.https://code.visualstudio.com/docs/editor/debugging#_launch-configurations