chore(core) Remove Feature::PowershellUtf8 (#15128)

## Summary
This feature has been enabled for powershell for a while now, let's get
rid of the logic

## Testing
- [x] Unit tests
This commit is contained in:
Dylan Hurd
2026-03-20 15:03:31 -07:00
committed by GitHub
parent dd88ed767b
commit ea8b07e680
5 changed files with 4 additions and 49 deletions

View File

@@ -431,9 +431,6 @@
"plugins": {
"type": "boolean"
},
"powershell_utf8": {
"type": "boolean"
},
"prevent_idle_sleep": {
"type": "boolean"
},
@@ -2040,9 +2037,6 @@
"plugins": {
"type": "boolean"
},
"powershell_utf8": {
"type": "boolean"
},
"prevent_idle_sleep": {
"type": "boolean"
},