fixed name on laptop

This commit is contained in:
2020-06-17 21:17:23 -05:00
parent 129bfc034a
commit 245642e892

5
.vscode/launch.json vendored
View File

@@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"type": "java", "type": "java",
"name": "Debug (Launch) - Current File", "name": "Debug (Launch) - Current File",
@@ -12,10 +13,10 @@
}, },
{ {
"type": "java", "type": "java",
"name": "Debug (Launch)-AlgorithmTester<Tutoring-APCompSci_dadcd0e8>", "name": "Debug (Launch)-AlgorithmTester<Tutoring-APCompSci>",
"request": "launch", "request": "launch",
"mainClass": "Sorting.AlgorithmTester", "mainClass": "Sorting.AlgorithmTester",
"projectName": "Tutoring-APCompSci_dadcd0e8" "projectName": "Tutoring-APCompSci"
}, },
{ {
"type": "java", "type": "java",