Merge pull request #281 from puremourning/java-cwd

Java: Set cwd by default
This commit is contained in:
Ben Jackson 2020-10-14 17:02:03 +01:00 committed by GitHub
commit 5057906317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -84,7 +84,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
brew update
brew update-reset
brew doctor || true
for p in macvim tcl-tk llvm; do
brew install $p

View file

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