Browse Source

only some testing.

Klaas, Wilfried 3 years ago
parent
commit
5fc2ba7f22
2 changed files with 12 additions and 1 deletions
  1. 4 1
      .vscode/launch.json
  2. 8 0
      gohash.code-workspace

+ 4 - 1
.vscode/launch.json

@@ -4,6 +4,9 @@
     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
     "version": "0.2.0",
     "configurations": [
+
+
+
         {
             "name": "GoHash",
             "type": "go",
@@ -11,7 +14,7 @@
             "mode": "auto",
             "program": "${fileDirname}",
             "env": {},
-            "args": ["-e", "report.txt", "F:\\noShare\\pics\\imagefap"]
+            "args": ["-i", "G:\\ignores.lst", "-e", "G:\\report_vids.txt", "G:\\noShare\\vids" ]
         }
     ]
 }

+ 8 - 0
gohash.code-workspace

@@ -0,0 +1,8 @@
+{
+	"folders": [
+		{
+			"path": "."
+		}
+	],
+	"settings": {}
+}