Skip to content

Commit

Permalink
docs: add description for replaceSuggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 11, 2022
1 parent 0103f18 commit 3bae152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configurationType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export type Configuration = {
/** Diagnostics (if not handled by eslint) & completions */
// 'dotImportsMap.enable': boolean,
/**
* One of the most powerful setting here. It lets you remove/edit any suggestion that comes from TS.
* **Please** try to always specify kind (e.g. variable) of the suggestion to ensure you don't remove word-suggestion or postfix snippet
* @default []
*/
replaceSuggestions: ReplaceRule[]
Expand Down

0 comments on commit 3bae152

Please sign in to comment.