Files
oh-my-posh/packages/msix/dsc/oh-my-posh.shell.dsc.resource.json
T
2026-07-13 16:30:38 +02:00

58 lines
977 B
JSON

{
"$schema": "https://aka.ms/dsc/schemas/v3/bundled/resource/manifest.vscode.json",
"description": "Allows configuring the Oh My Posh shell integration.",
"export": {
"executable": "oh-my-posh",
"input": "stdin",
"args": [
"shell",
"dsc",
"export"
]
},
"get": {
"executable": "oh-my-posh",
"input": "stdin",
"args": [
"shell",
"dsc",
"get"
]
},
"schema": {
"command": {
"executable": "oh-my-posh",
"args": [
"shell",
"dsc",
"schema"
]
}
},
"set": {
"executable": "oh-my-posh",
"implementsPretest": true,
"args": [
"shell",
"dsc",
"set",
{
"jsonInputArg": "--state",
"mandatory": true
}
]
},
"tags": [
"OhMyPosh",
"linux",
"macos",
"windows",
"shell",
"powershell",
"terminal",
"theming"
],
"type": "OhMyPosh/Shell",
"version": "0.1.0"
}