Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.56.2
- OS Version: Windows 10
Steps to Reproduce:
- Run configuration in launch.json
"name": "xxx", "type": "node", "request": "launch", "console": "integratedTerminal", "program": "${workspaceRoot}/index.js", "args": [...]
- Modify some of the args
- Restart the application via button "Restart (Ctrl + Shift + F5)"
The Node.JS application starts with the old configuration.