-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "args": "${command:pickArgs}"
as default debug configuration
#497
Comments
I found this problem as well. Removing the [ ] does make it work properly. |
I use the |
Thank you for submitting your feature request and everyone who considered it! Unfortunately, this issue did not receive enough votes over the allotted time, and so we are closing the issue. PRs are welcome so you can create a PR that fixes this if you are passionate about getting this feature across the finish line. Thanks! |
Existing implementation is a mess. |
Originally posted at vscode/issues#225834
I was really frustrated when I "debug Python files with arguments", input my space-separated argument list, and see my script treating it like a single argument. So I think it is more sensible to make
"args": "${command:pickArgs}"
as default, instead of"args": ["${command:pickArgs}"]
. More specifically, I suggest changing the default debug configuration:to:
The text was updated successfully, but these errors were encountered: