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",
|
||||
"print",
|
||||
"primary",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--shell=pwsh",
|
||||
"--terminal-width=200"
|
||||
]
|
||||
|
@ -26,7 +25,6 @@
|
|||
"prompt",
|
||||
"print",
|
||||
"tooltip",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--command=git",
|
||||
"--shell=pwsh"
|
||||
]
|
||||
|
@ -41,7 +39,6 @@
|
|||
"prompt",
|
||||
"print",
|
||||
"transient",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--shell=pwsh",
|
||||
"--error=1"
|
||||
]
|
||||
|
@ -64,8 +61,7 @@
|
|||
"program": "${workspaceRoot}/src",
|
||||
"args": [
|
||||
"prompt",
|
||||
"debug",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||
"debug"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -78,7 +74,6 @@
|
|||
"prompt",
|
||||
"init",
|
||||
"cmd",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json",
|
||||
"--print"
|
||||
]
|
||||
},
|
||||
|
@ -91,8 +86,7 @@
|
|||
"args": [
|
||||
"config",
|
||||
"export",
|
||||
"image",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||
"image"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -103,8 +97,7 @@
|
|||
"program": "${workspaceRoot}/src",
|
||||
"args": [
|
||||
"config",
|
||||
"migrate",
|
||||
"--config=${workspaceRoot}/themes/default.omp.json"
|
||||
"migrate"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue