-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add prompt for arguments when launching debugger #63
Comments
Thank you for the suggestion! We have marked this issue as "needs decision" to make sure we have a conversation about your idea. We plan to leave this feature request open for at least a month to see how many 👍 votes the opening comment gets to help us make our decision. |
This would be very useful if implemented. While we can already use a There has been discussion about this in various places (cpp-tools, js-debug, and vscode itself), and the straightforward solution has been to introduce a new parameter for the debugger in This would allow users to use a VSCode
|
@novirium this is great, thanks for bringing it up! |
Is there any progress on this? Manually adding parameters to launch settings every time I need to debug a new script gets tedious. |
@gregersn Apologies, no progress on this yet. It's something that is on our radar but not ETAs as of now. |
Hello, I'd really appreciate something like this, is there any plan on adding this :) ? |
With the java extension for VS Code, when editing launch parameters, you can set
args
to be"${command:SpecifyProgramArgs}"
which will prompt for arguments.A similar feature for Python would have been most appreciated.
The text was updated successfully, but these errors were encountered: