In vscode-java@1.5.0 version, it has renamed the client command id "java.project.addToSourcePath" to "java.project.addToSourcePath.command", we need to update the command reference in vscode-java-debug.
|
vscode.commands.executeCommand("java.project.addToSourcePath", parentUri); |