From cf0c5347ee71a283f66a106a6744266b3d885677 Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Mon, 17 Nov 2025 19:51:40 +0100 Subject: [PATCH] be gone vscode config Signed-off-by: Ronni Skansing --- .vscode/launch.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 87a0892..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,25 +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": "Delve remote", - "type": "go", - "request": "attach", - "mode": "remote", - "substitutePath": [ - { - "from": "${workspaceFolder}/", - "to": "/app/", - }, - ], - "port": 2345, - "host": "127.0.0.1", - "showLog": true, - "apiVersion": 2, - "trace": "verbose" - } - ] -} \ No newline at end of file