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