Skip to content
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

Restart request should have config argument to check if configuration changed #180

Closed
isidorn opened this issue Mar 9, 2021 · 1 comment
Assignees
Milestone

Comments

@isidorn
Copy link

isidorn commented Mar 9, 2021

Related VS Code issue microsoft/vscode#118196

Today the spec of the DAP restart request doesn't say anything about changed launch configurations.
But we could add an optional config argument to the restart request so that an implementation has easy access to it and can compare it with the current values.

@weinand
Copy link
Contributor

weinand commented Apr 14, 2021

The restart request now takes an argument for the "launch" or "attach" configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants