From 036c68afb9bd53e4883f42446be2fce0cdf8bf9a Mon Sep 17 00:00:00 2001 From: olalekan odukoya Date: Tue, 10 Dec 2024 22:34:49 +0100 Subject: [PATCH] feat: add --quiet flag to suppress verbose logs in limactl copy Signed-off-by: olalekan odukoya --- .vscode/launch.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 69baf00e7f3..00000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,20 +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": "./cmd/limactl", - "args": [ - "copy","-r","--quiet", "/Users/olalekanodukoya/works/opensource/orbit-k8-operator", "." - // "copy","-r", "/Users/olalekanodukoya/works/opensource/orbit-k8-operator", "." - ], - "dlvFlags": ["--check-go-version=false"] - } - ] -} \ No newline at end of file