Co-authored-by: Fastium <Fastium@users.noreply.github.com>
This commit is contained in:
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@@ -1,10 +1,18 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Launch CompleteBankController",
|
||||
"request": "launch",
|
||||
"mainClass": "bank.CompleteBankController",
|
||||
"projectName": "Lab15_OOP_90898795",
|
||||
"vmArgs": "-enableassertions"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Launch BankController",
|
||||
"request": "launch",
|
||||
"mainClass": "bank.BankController",
|
||||
"mainClass": "bank.CompleteBankController",
|
||||
"projectName": "Lab15_OOP_fc166bd2",
|
||||
"vmArgs": "-enableassertions"
|
||||
},
|
||||
@@ -57,8 +65,7 @@
|
||||
"mainClass": "GUI.GUI1",
|
||||
"projectName": "Lab15_OOP_90898795",
|
||||
"liveshare.allowGuestDebugControl": true
|
||||
},
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -5,5 +5,10 @@
|
||||
"lib/**/*.jar"
|
||||
],
|
||||
"liveshare.shareExternalFiles": false,
|
||||
"liveshare.allowGuestDebugControl": true
|
||||
"liveshare.allowGuestDebugControl": true,
|
||||
"cSpell.words": [
|
||||
"Jframe",
|
||||
"Jlogo",
|
||||
"Jname"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user