chore(launch): add config export

This commit is contained in:
Jan De Dobbeleer 2024-03-11 10:03:14 +01:00 committed by Jan De Dobbeleer
parent 67042ffa50
commit 05fe2e4159

11
.vscode/launch.json vendored
View file

@ -77,6 +77,17 @@
"--print"
]
},
{
"name": "Export Config",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}/src",
"args": [
"config",
"export"
]
},
{
"name": "Export Image",
"type": "go",