mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore(launch): add config export
This commit is contained in:
parent
67042ffa50
commit
05fe2e4159
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue