Skip to content

Commit

Permalink
Add index path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela authored Jun 7, 2024
1 parent b8c8374 commit 50e66dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mode": "auto",
"program": "cmd/zoekt-git-index",
"cwd": "${workspaceFolder}",
"args": ["${input:path}"]
"args": ["-index", "${input:indexPath}", "${input:path}"]
},
{
"name": "Webserver",
Expand Down

0 comments on commit 50e66dd

Please sign in to comment.