chore(features) remove Experimental tag from UTF8 (#10296)
## Summary This has been default on for some time, it should now be the default. ## Testing - [x] Existing tests pass
This commit is contained in:
parent
9a10121fd6
commit
28f3a71809
1 changed files with 1 additions and 5 deletions
|
|
@ -503,11 +503,7 @@ pub const FEATURES: &[FeatureSpec] = &[
|
|||
id: Feature::PowershellUtf8,
|
||||
key: "powershell_utf8",
|
||||
#[cfg(windows)]
|
||||
stage: Stage::Experimental {
|
||||
name: "Powershell UTF-8 support",
|
||||
menu_description: "Enable UTF-8 output in Powershell.",
|
||||
announcement: "Codex now supports UTF-8 output in Powershell. If you are seeing problems, disable in /experimental.",
|
||||
},
|
||||
stage: Stage::Stable,
|
||||
#[cfg(windows)]
|
||||
default_enabled: true,
|
||||
#[cfg(not(windows))]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue