mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(launch): remove default config reference
This commit is contained in:
parent
0d101537e6
commit
2cc768d522
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
|
@ -11,7 +11,6 @@
|
||||||
"prompt",
|
"prompt",
|
||||||
"print",
|
"print",
|
||||||
"primary",
|
"primary",
|
||||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
|
||||||
"--shell=pwsh",
|
"--shell=pwsh",
|
||||||
"--terminal-width=200"
|
"--terminal-width=200"
|
||||||
]
|
]
|
||||||
|
@ -26,7 +25,6 @@
|
||||||
"prompt",
|
"prompt",
|
||||||
"print",
|
"print",
|
||||||
"tooltip",
|
"tooltip",
|
||||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
|
||||||
"--command=git",
|
"--command=git",
|
||||||
"--shell=pwsh"
|
"--shell=pwsh"
|
||||||
]
|
]
|
||||||
|
@ -41,7 +39,6 @@
|
||||||
"prompt",
|
"prompt",
|
||||||
"print",
|
"print",
|
||||||
"transient",
|
"transient",
|
||||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
|
||||||
"--shell=pwsh",
|
"--shell=pwsh",
|
||||||
"--error=1"
|
"--error=1"
|
||||||
]
|
]
|
||||||
|
@ -64,8 +61,7 @@
|
||||||
"program": "${workspaceRoot}/src",
|
"program": "${workspaceRoot}/src",
|
||||||
"args": [
|
"args": [
|
||||||
"prompt",
|
"prompt",
|
||||||
"debug",
|
"debug"
|
||||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -78,7 +74,6 @@
|
||||||
"prompt",
|
"prompt",
|
||||||
"init",
|
"init",
|
||||||
"cmd",
|
"cmd",
|
||||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
|
||||||
"--print"
|
"--print"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -91,8 +86,7 @@
|
||||||
"args": [
|
"args": [
|
||||||
"config",
|
"config",
|
||||||
"export",
|
"export",
|
||||||
"image",
|
"image"
|
||||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -103,8 +97,7 @@
|
||||||
"program": "${workspaceRoot}/src",
|
"program": "${workspaceRoot}/src",
|
||||||
"args": [
|
"args": [
|
||||||
"config",
|
"config",
|
||||||
"migrate",
|
"migrate"
|
||||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue