From fdf3c8a85884b9981dbc5dac4b66ada05f44c9b6 Mon Sep 17 00:00:00 2001 From: Boris Ilijic Date: Mon, 13 Nov 2023 23:30:22 +0100 Subject: [PATCH] Remove leftovers --- .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 01852311..00000000 --- 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": "Launch rtt --ngs", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "${fileDirname}", - "args": ["rtt","--ngs", "-s", "tls://aws.cloud.ngs.global,tls://az.cloud.ngs.global,tls://gcp.cloud.ngs.global"] - }, - { - "name": "Launch ngs rtt", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "${fileDirname}", - "args": ["ngs","rtt"] - - } - ] -} \ No newline at end of file