@@ -3527,16 +3527,14 @@ export interface UserPreferences {
3527
3527
* [Unicode Collation Algorithm](https://unicode.org/reports/tr10/#Scope)) using rules associated with the locale
3528
3528
* specified in {@link organizeImportsCollationLocale}.
3529
3529
*
3530
- * NOTE: When comparing paths `"ordinal"` collation is always used.
3531
- *
3532
3530
* Default: `"ordinal"`.
3533
3531
*/
3534
3532
readonly organizeImportsCollation ?: "ordinal" | "unicode" ;
3535
3533
/**
3536
- * Indicates the locale to use for "natural " collation. If not specified, the locale `"en"` is used as an invariant
3534
+ * Indicates the locale to use for "unicode " collation. If not specified, the locale `"en"` is used as an invariant
3537
3535
* for the sake of consistent sorting. Use `"auto"` to use the detected UI locale.
3538
3536
*
3539
- * This preference is ignored if {@link organizeImportsCollation} is not `"natural "`.
3537
+ * This preference is ignored if {@link organizeImportsCollation} is not `"unicode "`.
3540
3538
*
3541
3539
* Default: `"en"`
3542
3540
*/
@@ -3545,7 +3543,7 @@ export interface UserPreferences {
3545
3543
* Indicates whether numeric collation should be used for digit sequences in strings. When `true`, will collate
3546
3544
* strings such that `a1z < a2z < a100z`. When `false`, will collate strings such that `a1z < a100z < a2z`.
3547
3545
*
3548
- * This preference is ignored if {@link organizeImportsCollation} is not `"natural "`.
3546
+ * This preference is ignored if {@link organizeImportsCollation} is not `"unicode "`.
3549
3547
*
3550
3548
* Default: `true`
3551
3549
*/
@@ -3555,7 +3553,7 @@ export interface UserPreferences {
3555
3553
* `true`, characters with accents and other diacritics will be collated in the order defined by the locale specified
3556
3554
* in {@link organizeImportsCollationLocale}.
3557
3555
*
3558
- * This preference is ignored if {@link organizeImportsCollation} is not `"natural "`.
3556
+ * This preference is ignored if {@link organizeImportsCollation} is not `"unicode "`.
3559
3557
*
3560
3558
* Default: `true`
3561
3559
*/
@@ -3564,7 +3562,7 @@ export interface UserPreferences {
3564
3562
* Indicates whether upper case or lower case should sort first. When `false`, the default order for the locale
3565
3563
* specified in {@link organizeImportsCollationLocale} is used.
3566
3564
*
3567
- * This preference is ignored if {@link organizeImportsCollation} is not `"natural "`.
3565
+ * This preference is ignored if {@link organizeImportsCollation} is not `"unicode "`.
3568
3566
*
3569
3567
* Default: `false`
3570
3568
*/
0 commit comments