Skip to content

Commit eeca0b7

Browse files
committed
Fix comment
1 parent d7de752 commit eeca0b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/protocol.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3545,7 +3545,7 @@ export interface UserPreferences {
35453545
*
35463546
* This preference is ignored if {@link organizeImportsCollation} is not `"unicode"`.
35473547
*
3548-
* Default: `true`
3548+
* Default: `false`
35493549
*/
35503550
readonly organizeImportsNumericCollation?: boolean;
35513551
/**

tests/baselines/reference/api/tsserverlibrary.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ declare namespace ts {
28302830
*
28312831
* This preference is ignored if {@link organizeImportsCollation} is not `"unicode"`.
28322832
*
2833-
* Default: `true`
2833+
* Default: `false`
28342834
*/
28352835
readonly organizeImportsNumericCollation?: boolean;
28362836
/**

0 commit comments

Comments
 (0)