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
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Launch) - Current File",
@@ -12,10 +13,10 @@
},
{
"type": "java",
"name": "Debug (Launch)-AlgorithmTester<Tutoring-APCompSci_dadcd0e8>",
"name": "Debug (Launch)-AlgorithmTester<Tutoring-APCompSci>",
"request": "launch",
"mainClass": "Sorting.AlgorithmTester",
"projectName": "Tutoring-APCompSci_dadcd0e8"
"projectName": "Tutoring-APCompSci"
},
{
"type": "java",