We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7937b91 commit cb29c9dCopy full SHA for cb29c9d
.vscode/launch.json
@@ -229,6 +229,25 @@
229
"args": [],
230
"cwd": "${workspaceFolder}"
231
},
232
+ {
233
+ "type": "lldb",
234
+ "request": "launch",
235
+ "name": "Debug unit tests in library 'namada_sdk'",
236
+ "cargo": {
237
+ "args": [
238
+ "test",
239
+ "--no-run",
240
+ "--lib",
241
+ "--package=namada_sdk"
242
+ ],
243
+ "filter": {
244
+ "name": "namada_sdk",
245
+ "kind": "lib"
246
+ }
247
+ },
248
+ "args": [],
249
+ "cwd": "${workspaceFolder}"
250
251
{
252
"type": "lldb",
253
"request": "launch",
0 commit comments