Skip to content

Commit 8987cbe

Browse files
authored
Discard changes to .vscode/launch.json
1 parent 998870e commit 8987cbe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.vscode/launch.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@
8585
"initCommands": [
8686
"command script import ${workspaceFolder}/barretenberg/cpp/scripts/lldb_format.py"
8787
],
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-
],
9888
}
9989
]
10090
}

0 commit comments

Comments
 (0)