microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 279 forks source link

fix: adopt changes required for CVE-2024-27980 patch #2038

Closed connor4312 closed 2 months ago

connor4312 commented 2 months ago

Generalizes the formatSubprocessArguments function to all cases. Fixes EINVAL error in selfhost debugging.