refactor: use default theme in debug

This commit is contained in:
Jan De Dobbeleer 2022-05-06 08:43:33 +02:00 committed by Jan De Dobbeleer
parent 482c997413
commit 6cc4160ddf

14
.vscode/launch.json vendored
View file

@ -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",
] ]
}, },
{ {