debuggers.initialConfigurations not calling command #37648
Labels
*as-designed
Described behavior is as designed
debug
Debug viewlet, configurations, breakpoints, adapter issues
Milestone
Insiders: 1.18.0-insider Commit: 154498 Date: 2017-11-02
The docker extension contributes the following in
package.json
:and in the activation of the extension it registers the
vscode-docker.debug.configureLaunchJson
command:When configuring a new workspace the command is not called, instead this is generated:
On Stable the command is executed and the following is generated:
So, its appears broken on Insiders only and is a regression. Not sure how many other extensions do the same contribution.
The text was updated successfully, but these errors were encountered: