mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
refactor: use default theme in debug
This commit is contained in:
parent
482c997413
commit
6cc4160ddf
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
|
@ -11,7 +11,7 @@
|
||||||
"prompt",
|
"prompt",
|
||||||
"print",
|
"print",
|
||||||
"primary",
|
"primary",
|
||||||
"--config=~/.posh.omp.json",
|
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||||
"--shell=pwsh",
|
"--shell=pwsh",
|
||||||
"--terminal-width=200",
|
"--terminal-width=200",
|
||||||
]
|
]
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"prompt",
|
"prompt",
|
||||||
"print",
|
"print",
|
||||||
"tooltip",
|
"tooltip",
|
||||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json",
|
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||||
"--command=git",
|
"--command=git",
|
||||||
"--shell=pwsh"
|
"--shell=pwsh"
|
||||||
]
|
]
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"prompt",
|
"prompt",
|
||||||
"print",
|
"print",
|
||||||
"transient",
|
"transient",
|
||||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json",
|
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||||
"--shell=pwsh",
|
"--shell=pwsh",
|
||||||
"--error=1"
|
"--error=1"
|
||||||
]
|
]
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
"args": [
|
"args": [
|
||||||
"prompt",
|
"prompt",
|
||||||
"debug",
|
"debug",
|
||||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json"
|
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
"prompt",
|
"prompt",
|
||||||
"init",
|
"init",
|
||||||
"cmd",
|
"cmd",
|
||||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json",
|
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||||
"--print"
|
"--print"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
"png",
|
"png",
|
||||||
"--rprompt-offset=40",
|
"--rprompt-offset=40",
|
||||||
"--cursor-padding=15",
|
"--cursor-padding=15",
|
||||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json"
|
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
"args": [
|
"args": [
|
||||||
"config",
|
"config",
|
||||||
"migrate",
|
"migrate",
|
||||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json",
|
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue