Skip to content

Commit b0ce027

Browse files
committed
[Linux] Add fabric-bridge app to vscode config
1 parent b791b75 commit b0ce027

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)