feat(shell): allow distinguishing between pwsh and powershell (#5478)

* Distinguish between pwsh and powershell

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
Gilbert Sanchez
2023-11-25 05:06:03 -08:00
committed by GitHub
parent cb6df1d142
commit d7a34b45f8
5 changed files with 75 additions and 17 deletions
+6
View File
@@ -5311,6 +5311,12 @@
"default": "psh",
"type": "string"
},
"pwsh_indicator": {
"type": [
"string",
"null"
]
},
"ion_indicator": {
"default": "ion",
"type": "string"