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.
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
.