From 0c99ddcd089d7289d422eb02136cb024a2c168bc Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:44:32 +0000 Subject: [PATCH] dev --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 97ba95d77f0bad..fd506919fd9be7 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",