Add support for running DebugConfigurations with serverReadyAction#197597
Add support for running DebugConfigurations with serverReadyAction#197597roblourens merged 3 commits intomicrosoft:mainfrom
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