fixed name on laptop
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user