-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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 support for running DebugConfigurations with serverReadyAction #197597
Add support for running DebugConfigurations with serverReadyAction #197597
Conversation
Did copilot write that 🤔 |
The second half, yes 😅 I wanted to see what it would generate. |
The new AI generated summary with the new commit This pull request to
|
c4fff7c
to
080452b
Compare
080452b
to
8bc92e6
Compare
This PR adds 'config' as an option for serverReadyAction. It runs similar to 'name', but if a configuration is generated on the fly, its easier to inject the debug configurations with the serverReadyAction.
8bc92e6
to
d303596
Compare
@roblourens Is there anything else thats needs to be changed to get this PR merged? |
This PR adds 'config' as an option for
serverReadyAction
. It runs similar to 'name', but if a configuration is generated on the fly, its easier to inject the debug configurations with the serverReadyAction. This modifies the startNamedDebugSession to startDebugSession that takes in a vscode.DebugConfiguration.Resolves: #186455