You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/configurationType.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -272,8 +272,8 @@ export type Configuration = {
272
272
/** Diagnostics (if not handled by eslint) & completions */
273
273
// 'dotImportsMap.enable': boolean,
274
274
/**
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
0 commit comments