From 0dc5435bc3cdf15ab141e17b4e7759f46e8d0783 Mon Sep 17 00:00:00 2001 From: Thomas A Date: Sat, 23 Jul 2022 18:06:39 -0700 Subject: [PATCH] Add Arguments For Debugging. --- .vscode/launch.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1916aff588..0b284ed1c6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,27 +19,8 @@ "kind": "bin" } }, - "args": [], + "args": ["${workspaceFolder}/symbols"], "cwd": "${workspaceFolder}" }, - { - "type": "lldb", - "request": "launch", - "name": "Debug unit tests in executable 'library_symbols'", - "cargo": { - "args": [ - "test", - "--no-run", - "--bin=library_symbols", - "--package=library_symbols" - ], - "filter": { - "name": "library_symbols", - "kind": "bin" - } - }, - "args": [], - "cwd": "${workspaceFolder}" - } ] } \ No newline at end of file