Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Oct 30, 2024
1 parent 8c6e45f commit fbec184
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fbec184

Please sign in to comment.