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