This commit is contained in:
2022-05-05 14:40:19 +02:00
parent b8951031cd
commit 9a97e6dfbd
7 changed files with 87 additions and 2 deletions

11
.vscode/launch.json vendored
View File

@@ -1,5 +1,13 @@
{
"configurations": [
{
"type": "java",
"name": "Launch GUI1",
"request": "launch",
"mainClass": "GUI.GUI1",
"projectName": "Lab15_OOP_90898795",
"liveshare.allowGuestDebugControl": true
},
{
"type": "java",
"name": "Launch BankController",
@@ -9,4 +17,5 @@
"vmArgs": "-enableassertions"
}
]
}
}

View File

@@ -3,5 +3,7 @@
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
],
"liveshare.shareExternalFiles": false,
"liveshare.allowGuestDebugControl": true
}