Merge pull request #91201 from bruvzg/con_type

[OS] Add functions to determine standard I/O device type.
This commit is contained in:
Thaddeus Crews
2024-11-12 12:13:12 -06:00
11 changed files with 377 additions and 22 deletions

View File

@ -108,3 +108,10 @@ GH-97257
Validate extension JSON: Error: Field 'classes/EditorFeatureProfile/enums/Feature/values/FEATURE_MAX': value changed value in new API, from 8.0 to 9.
New entry to the `EditorFeatureProfile.Feature` enum added. Those need to go before `FEATURE_MAX`, which will always cause a compatibility break.
GH-91201
--------
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/OS/methods/read_string_from_stdin': arguments
Added optional argument. Compatibility method registered.