Browse Source

fix launch.json

Baglio Tabifata 4 years ago
parent
commit
5708cf1c58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .vscode/launch.json

+ 2 - 2
.vscode/launch.json

@@ -17,8 +17,8 @@
             "type": "java",
             "name": "Debug (Launch)-App<DuPAL_Analyzer_44ed364>",
             "request": "launch",
-            "mainClass": "net.hkzlab.dupal.App",
-            "projectName": "DuPAL_Analyzer_44ed364"
+            "mainClass": "info.hkzlab.dupal.analyzer.App",
+            "projectName": "DuPAL-Analyzer"
         }
     ]
 }