microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.74k stars 29.1k forks source link

Remove workaround in launch config arg escaping #155795

Open roblourens opened 2 years ago

roblourens commented 2 years ago

From https://github.com/microsoft/vscode/issues/149910

We decided to not escape args that are simply < and >. Once debug adapters have adopted the new approach, we can remove that workaround. https://github.com/microsoft/vscode/blob/eaeb3a74ab80384a3cd2c924d73721a290bb0f99/src/vs/workbench/contrib/debug/node/terminals.ts#L116

roblourens commented 6 months ago

https://github.com/microsoft/vscode-cpptools/issues/10654