From 0ef179f81fe8f3ee7fe7b31e2f59a0d1d48f5a35 Mon Sep 17 00:00:00 2001 From: Mohamad Choupan Date: Sat, 21 Dec 2024 00:18:09 +0330 Subject: [PATCH] feat: change value --- .vscode/launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index f45b2c5b..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Launch Package", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "command/main.go", - "args": ["describer", "--resourceType" ,"Github/Commit"] - } - ] -} \ No newline at end of file