The extends
attribute in launch.json does not work in the multi-root workspace and throws an error
#285
Labels
bug
Something isn't working
RELATED: #284
The following is how to fix it.
When using workspace, no method was found to get the current debug configurations.
Therefore, reading launch.json directly solves this problem.
The above solution is probably not a legitimate method. In the first place, vscode developers may not expect to refer to other debug configuration such as
extends
.The text was updated successfully, but these errors were encountered: