mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(launch): add notice configuration
This commit is contained in:
parent
a0dffad62d
commit
7e5717bc2a
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -145,6 +145,16 @@
|
||||||
"git"
|
"git"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Notice",
|
||||||
|
"type": "go",
|
||||||
|
"request": "launch",
|
||||||
|
"mode": "debug",
|
||||||
|
"program": "${workspaceRoot}/src",
|
||||||
|
"args": [
|
||||||
|
"notice"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Upgrade",
|
"name": "Upgrade",
|
||||||
"type": "go",
|
"type": "go",
|
||||||
|
|
Loading…
Reference in a new issue