mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(schema): add native_fallback
property for mercurial
segment
This commit is contained in:
parent
f790b02b96
commit
ca17b7211c
|
@ -126,7 +126,7 @@
|
||||||
"native_fallback": {
|
"native_fallback": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Native Fallback",
|
"title": "Native Fallback",
|
||||||
"description": "Use the native command when executable is not found",
|
"description": "Try to use the WSL 2 native command in a shared Windows drive if the Windows executable is not found.",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"full_branch_path": {
|
"full_branch_path": {
|
||||||
|
@ -4473,6 +4473,9 @@
|
||||||
},
|
},
|
||||||
"status_formats": {
|
"status_formats": {
|
||||||
"$ref": "#/definitions/status_formats"
|
"$ref": "#/definitions/status_formats"
|
||||||
|
},
|
||||||
|
"native_fallback": {
|
||||||
|
"$ref": "#/definitions/native_fallback"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue