diff --git a/.vscode/launch.json b/.vscode/launch.json index 9b03279..8e4a379 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", + "name": "Debug (Launch)-AlgorithmTester", "request": "launch", "mainClass": "Sorting.AlgorithmTester", - "projectName": "Tutoring-APCompSci_dadcd0e8" + "projectName": "Tutoring-APCompSci" }, { "type": "java",