From 31fbce600643f8c904c3458e02170da2d83f8343 Mon Sep 17 00:00:00 2001 From: Simon Roberts Date: Sun, 29 Aug 2021 16:39:50 +1000 Subject: [PATCH] Remove vscode file --- .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 ef5ad3b..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": "Holdings", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "cmd/cointop/cointop.go", - "args": ["holdings"], - "env": {"DEBUG": "yes"} - }, - { - "name": "Portfolio", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "cmd/cointop/cointop.go", - "env": {"DEBUG": "yes"} - } - ] -} \ No newline at end of file