mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-12 14:04:05 -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",
|
||||
"print",
|
||||
"primary",
|
||||
"--config=~/.posh.omp.json",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--shell=pwsh",
|
||||
"--terminal-width=200",
|
||||
]
|
||||
|
@ -26,7 +26,7 @@
|
|||
"prompt",
|
||||
"print",
|
||||
"tooltip",
|
||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--command=git",
|
||||
"--shell=pwsh"
|
||||
]
|
||||
|
@ -41,7 +41,7 @@
|
|||
"prompt",
|
||||
"print",
|
||||
"transient",
|
||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--shell=pwsh",
|
||||
"--error=1"
|
||||
]
|
||||
|
@ -65,7 +65,7 @@
|
|||
"args": [
|
||||
"prompt",
|
||||
"debug",
|
||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json"
|
||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -78,7 +78,7 @@
|
|||
"prompt",
|
||||
"init",
|
||||
"cmd",
|
||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--print"
|
||||
]
|
||||
},
|
||||
|
@ -94,7 +94,7 @@
|
|||
"png",
|
||||
"--rprompt-offset=40",
|
||||
"--cursor-padding=15",
|
||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json"
|
||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -106,7 +106,7 @@
|
|||
"args": [
|
||||
"config",
|
||||
"migrate",
|
||||
"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue