Skip to content

Commit

Permalink
[vscode] Add Fabric Admin to vscode config (#33494)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Jun 28, 2024
1 parent a2c854d commit 2420848
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,15 @@
"cwd": "${workspaceFolder}"
},

{
"name": "Fabric Admin (Linux)",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/out/debug/standalone/fabric-admin",
"args": ["--log-file-path", "/tmp/fabric_admin.log"],
"cwd": "${workspaceFolder}"
},

{
"name": "Fabric Bridge App (Linux)",
"type": "lldb",
Expand Down

0 comments on commit 2420848

Please sign in to comment.