Skip to content

Commit

Permalink
Merge pull request #1786 from alecmerdler/vscode-launch-config-migrate
Browse files Browse the repository at this point in the history
Debug migrate command in VSCode
  • Loading branch information
alecmerdler authored Mar 7, 2024
2 parents 3edd2f6 + 7245185 commit d99f7af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
"serve"
],
"envFile": "${workspaceFolder}/.env.local",
},
{
"name": "Migrate",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/spicedb/main.go",
"args": [
"migrate",
"head"
],
"envFile": "${workspaceFolder}/.env.local",
}
]
}

0 comments on commit d99f7af

Please sign in to comment.