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
|
// 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",
|
||||||
|
|||||||
Reference in New Issue
Block a user