1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-05 05:17:30 +02:00

remove .vscode, debug works automatically in recent vscode

open one of the java files, and do "run - start debugging" will
launch the app for debugging.
This commit is contained in:
soloturn
2022-04-15 11:06:42 +02:00
parent 4f2a5095bd
commit f355b639c6

10
.vscode/settings.json vendored
View File

@@ -1,10 +0,0 @@
{
"files.exclude": {
"target/**": true,
"**/.git": true,
"**/.DS_Store": true,
"**/*.class": true,
"**/rips/**": true
},
"java.configuration.updateBuildConfiguration": "automatic"
}