mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-18 13:59:04 -05:00
Reduce max number of spelling suggestions to 10
This commit is contained in:
@@ -319,7 +319,7 @@ namespace ts {
|
||||
const resolutionPropertyNames: TypeSystemPropertyName[] = [];
|
||||
|
||||
let suggestionCount = 0;
|
||||
const maximumSuggestionCount = 100;
|
||||
const maximumSuggestionCount = 10;
|
||||
const mergedSymbols: Symbol[] = [];
|
||||
const symbolLinks: SymbolLinks[] = [];
|
||||
const nodeLinks: NodeLinks[] = [];
|
||||
|
||||
Reference in New Issue
Block a user