Skip to content

Commit 6cac695

Browse files
authored
[vscode] Add Fabric Admin to vscode config (#33494)
1 parent fa28631 commit 6cac695

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/launch.json

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

405+
{
406+
"name": "Fabric Admin (Linux)",
407+
"type": "lldb",
408+
"request": "launch",
409+
"program": "${workspaceFolder}/out/debug/standalone/fabric-admin",
410+
"args": ["--log-file-path", "/tmp/fabric_admin.log"],
411+
"cwd": "${workspaceFolder}"
412+
},
413+
405414
{
406415
"name": "Fabric Bridge App (Linux)",
407416
"type": "lldb",

0 commit comments

Comments
 (0)