From fba75960f8c4832259867346e49bcae1e477fae6 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Mon, 8 Jun 2020 18:14:37 +0100 Subject: [PATCH] Add a config for launching the rove executable --- .vscode/launch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5448ce6..d2109b5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,16 @@ "cwd": "${workspaceFolder}", "env": {}, "args": [], + }, + { + "name": "Launch Rove", + "type": "go", + "request": "launch", + "mode": "auto", + "program": "${workspaceFolder}/cmd/rove/main.go", + "cwd": "${workspaceFolder}", + "env": {}, + "args": ["radar"], } ] } \ No newline at end of file