Launch configs: resolve replacement patterns in object keys, in addition to values #38455
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
From https://github.com/Microsoft/vscode-chrome-debug/issues/226
A chrome-debug config can have
vscode replaces
${workspaceRoot}
in values, and the adapter replaces${webRoot}
in values, and now after microsoft/vscode-chrome-debug#543, in keys as well. It would be great if vscode would replace${workspaceRoot}
in keys.One issue is that you can have collisions where two keys are the same after applying these replacements. In chrome-debug now, the last one wins where "last" is technically undefined.
The text was updated successfully, but these errors were encountered: