Skip to content

Commit f4a7cb4

Browse files
authored
[Linux] Add fabric-bridge app to vscode config (#33335)
1 parent 4c30c82 commit f4a7cb4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/launch.json

+8
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,14 @@
402402
"cwd": "${workspaceFolder}"
403403
},
404404

405+
{
406+
"name": "Fabric Bridge App (Linux)",
407+
"type": "lldb",
408+
"request": "launch",
409+
"program": "${workspaceFolder}/out/debug/standalone/fabric-bridge-app",
410+
"cwd": "${workspaceFolder}"
411+
},
412+
405413
{
406414
"name": "OTA Requestor App (Linux)",
407415
"type": "lldb",

0 commit comments

Comments
 (0)