From 12844eafeeabe673ccce6b78e7718488e9215712 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Fri, 6 Jun 2025 16:29:41 -0300 Subject: [PATCH] chore: format launch dev debug profile --- .vscode/launch.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9337311..f3ea997 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,13 +14,7 @@ "request": "launch", "mode": "debug", "program": "${workspaceFolder}/cmd/cmd.go", - "args": [ - "-dev", - "-port", - "8080", - "-hostname", - "0.0.0.0" - ] + "args": ["-dev", "-port", "8080", "-hostname", "0.0.0.0"] } ] }