Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix passing long environment variables to the debugger
Increase the command buffer size x10 to support passing long environment variables. This is required in projects like GStreamer requiring to setup env variables like GST_PLUGIN_PATH with several directories in order to be able to debug without having to install into a prefix, which takes a long time and slows down the development cycle. microsoft/vscode-cpptools#8411 microsoft/vscode-cpptools#6874
- Loading branch information