chore: clean up launch.json to not pass in working-dir and use cwd
This commit is contained in:
parent
51a3d24b8a
commit
617309eaef
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -7,7 +7,8 @@
|
|||
"request": "launch",
|
||||
"mainClass": "com.atlauncher.App",
|
||||
"projectName": "ATLauncher",
|
||||
"args": "--debug --debug-level 3 --working-dir=test"
|
||||
"cwd": "${workspaceFolder}/test",
|
||||
"args": "--debug --debug-level 3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue