Skip to content

Commit ccaa0ed

Browse files
authored
Add fabric-sync ad vscode debug target (#36197)
1 parent e36bde7 commit ccaa0ed

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
@@ -419,6 +419,14 @@
419419
"cwd": "${workspaceFolder}"
420420
},
421421

422+
{
423+
"name": "Fabric Sync (Linux)",
424+
"type": "lldb",
425+
"request": "launch",
426+
"program": "${workspaceFolder}/out/debug/standalone/fabric-sync",
427+
"cwd": "${workspaceFolder}"
428+
},
429+
422430
{
423431
"name": "OTA Requestor App (Linux)",
424432
"type": "lldb",

0 commit comments

Comments
 (0)