mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Notice",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"program": "${workspaceRoot}/src",
|
||||
"args": [
|
||||
"notice"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Upgrade",
|
||||
"type": "go",
|
||||
|
|
Loading…
Reference in a new issue