Java: Set cwd by default

This commit is contained in:
Ben Jackson 2020-10-14 15:26:47 +01:00
commit f3c5944dd2

View file

@ -157,6 +157,9 @@ GADGETS = {
"vscode-java": {
"name": "vscode-java",
"port": "${DAPPort}",
"configuration": {
"cwd": "${workspaceRoot}"
}
}
},
},