We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998870e commit 8987cbeCopy full SHA for 8987cbe
.vscode/launch.json
@@ -85,16 +85,6 @@
85
"initCommands": [
86
"command script import ${workspaceFolder}/barretenberg/cpp/scripts/lldb_format.py"
87
],
88
- },
89
- { "name": "Debug bbapi test",
90
- "type": "lldb",
91
- "request": "launch",
92
- "program": "${workspaceFolder}/barretenberg/cpp/build-debug/bin/bbapi_tests",
93
- "args": ["--gtest_filter=BBApiUltraHonkTest.VerificationKeySerialization"],
94
- "cwd": "${workspaceFolder}/barretenberg/cpp/build-debug",
95
- "initCommands": [
96
- "command script import ${workspaceFolder}/barretenberg/cpp/scripts/lldb_format.py"
97
- ],
98
}
99
]
100
0 commit comments