mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore: launch API correctly
This commit is contained in:
parent
8b4f752103
commit
9e0244bc24
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -131,7 +131,9 @@
|
|||
"type": "node",
|
||||
"request": "attach",
|
||||
"port": 9229,
|
||||
"preDebugTask": "func: host start"
|
||||
"preLaunchTask": "func: host start",
|
||||
"cwd": "${workspaceFolder}/website",
|
||||
"envFile": "${workspaceFolder}/website/.env"
|
||||
},
|
||||
{
|
||||
"name": "Debug CLI(cache)",
|
||||
|
|
Loading…
Reference in a new issue