|
@@ -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",
|