-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
ability to get/set currently selected debug configuration #77138
Comments
Currently we have no API for this. |
@weinand , There are two use cases I want to accomplish.
|
@zamanzamanli thanks for the info. |
I've changed the title to include API for reading the currently selected debug configuration. |
@weinand I would like to see:
Since we already can get and modify the actual configurations, this about being notified when the user selects a new one and being able to get / set the current one. Use Case 1 Use Case 2 |
@GordonSmith thanks for the input! |
The |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
We also would like to be able to preselect launch configuration in our platform extension for user convenience. Since the issue is still |
Currently, we can run
vscode.debug.startDebugging(workspaceFolder, configName)
to run the debugger from the extension. Is there a way to change currently selected debug configuration from the extension? Something likevscode.debug.changeCurrentDebugger(workspaceFolder, configName)
would be very helpful.The text was updated successfully, but these errors were encountered: