debugpy launch-with-arguments: there can be only one #465
Labels
bug
Issue identified by VS Code Team member as probable bug
triage-needed
Needs assignment to the proper sub-team
Version: 1.93.1
OS: Windows 11
Similar to #233 only different: when passing more than a single command line arg via "Command Line Arguments" prompt, the whole string is wrapped in quotes and passed as a single arg. E.g. passing "-v" works, passing "-l logfile.log" breaks
argparse
or anything that expects those in separate elements insys.argv
The text was updated successfully, but these errors were encountered: