Browse Source

change debug start

Willie 1 year ago
parent
commit
536809d097
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .vscode/launch.json

+ 4 - 2
.vscode/launch.json

@@ -4,14 +4,16 @@
     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
     "version": "0.2.0",
     "configurations": [
+
         {
             "name": "GoHash Report",
             "type": "go",
             "request": "launch",
             "mode": "auto",
-            "program": "${fileDirname}",
+            "cwd": "${workspaceFolder}",
+            "program": "./cmd/main.go",
             "env": {},
-            "args": ["-i", "G:\\ignores.lst", "-e", "G:\\report_vids.txt", "G:\\noShare\\vids" ]
+            "args": ["-i", "V:\\ignores.lst", "-e", "V:\\report_vids.txt", "V:\\noShare\\vids" ]
         },
         {
             "name": "GoHash Hash",