Skip to content

Commit 7d129ff

Browse files
committed
docs: up replaceSuggestions description
1 parent 58f9829 commit 7d129ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/configurationType.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ export type Configuration = {
272272
/** Diagnostics (if not handled by eslint) & completions */
273273
// 'dotImportsMap.enable': boolean,
274274
/**
275-
* One of the most powerful setting here. It lets you remove/edit any suggestion that comes from TS. However its' experimental and can conflict with our completion changes.
276-
* **Please** try to always specify kind (e.g. variable) of the suggestion to ensure you don't remove word-suggestion or postfix snippet
275+
* One of the most powerful setting here. It lets you remove/edit (patch) any completions that comes from TS. However it's experimental and can conflict with our completion changes (rare).
276+
* **Please** try to always specify kind (e.g. variable) of the suggestion to ensure you don't remove word-suggestion
277277
* @default []
278278
*/
279279
replaceSuggestions: ReplaceRule[]

0 commit comments

Comments
 (0)