diff --git a/.vscode/launch.json b/.vscode/launch.json index fc821c76eb802c..f8768a03d28072 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,14 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "lldb", + "request": "launch", + "name": "TestDefaultTermsAndConditionsProvider", + "program": "${workspaceFolder}/out/unified/linux_x64_gcc/tests/TestDefaultTermsAndConditionsProvider", + "args": [], + "cwd": "${workspaceFolder}" + }, { "name": "Attach to running process", "type": "lldb",