Ver código fonte

cleanup launch.json

Karl 4 meses atrás
pai
commit
295918a129
1 arquivos alterados com 0 adições e 10 exclusões
  1. 0 10
      .vscode/launch.json

+ 0 - 10
.vscode/launch.json

@@ -12,19 +12,9 @@
             "console": "integratedTerminal",
             "justMyCode": false,
             "args": [
-                // "Class of '92 - Out of Their League - S08E03 - Episode 3 HDTV-1080p.mkv",
                 "--model",
                 "base",
-                // "--srt_only",
-                // "TRUE",
-                // "--output_srt",
-                // "TRUE",
-                "-o",
-                "./test"
             ],
-            "env": {
-                "token": ""
-            }
         }
     ]
 }