From aa6a3405fd6c1a3b2ee7f1415b2c1bd5fcbb9caa Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Fri, 26 Jul 2024 22:56:36 -0700 Subject: [PATCH] New Token --- .vscode/launch.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 05ea8de..e231309 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,16 +13,15 @@ "args": [ "s", "X", - "\\\\mesfs.infineon.com\\EC_Characterization_Si\\Dummy", - "Day-Helper-2024-07-24", - "*Staging*v2*56*0*", - "Staging__v2_56_0__", - "Production__v2_56_0__", - "5555", - "6666", - "7777", - "8888", - "9999" + "L:/", + "Day-Helper-2024-07-11", + "config", + "refs/remotes/gitea", + "http", + "gitea", + "https://51f44975c8734522b2dec36c6d9a116276c6bded@gitea.ddns.net/phares3757/", + ".git", + "master" ], "cwd": "${workspaceFolder}", "console": "integratedTerminal",