Skip to content

Commit

Permalink
🔨 Update VSCode debug task
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Apr 22, 2024
1 parent f234fef commit a6f28c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/ortfodb",
"args": ["in", "build","out/database.json", "--config", "conf/ortfodb.yaml", "--scattered"],
"cwd": "${workspaceFolder}/examples/1"
"program": "${workspaceFolder}/cmd",
"args": ["--scattered", "build", "database.json"],
"cwd": "${workspaceFolder}/portfolio"
}

]
Expand Down

0 comments on commit a6f28c9

Please sign in to comment.