diff --git a/.vscode/launch.json b/.vscode/launch.json index 61d0a31..aa60619 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,5 +1,13 @@ { "configurations": [ + { + "type": "java", + "name": "Launch BankController", + "request": "launch", + "mainClass": "bank.BankController", + "projectName": "Lab15_OOP_fc166bd2", + "vmArgs": "-enableassertions" + }, { "type": "java", "name": "Launch GUI2", @@ -50,14 +58,7 @@ "projectName": "Lab15_OOP_90898795", "liveshare.allowGuestDebugControl": true }, - { - "type": "java", - "name": "Launch BankController", - "request": "launch", - "mainClass": "bank.BankController", - "projectName": "Lab15_OOP_90898795", - "vmArgs": "-enableassertions" - } + ] }