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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -334,12 +334,19 @@ export type Configuration = {
334
334
* @default true
335
335
*/
336
336
miscDefinitionImprovement: boolean
337
+
// todo change setting format to: vue.*
337
338
/**
338
339
* Removes definiion suggestion from vue `components` options.
339
340
* Might be useful with [Vetur-extended goToDefinition](https://github.com/zardoy/vetur-extended/blob/main/src/gotoDefinition.ts) for components as a replacement for (https://github.com/vuejs/language-tools/issues/1245)
340
341
* @default false
341
342
*/
342
343
removeVueComponentsOptionDefinition: boolean
344
+
/**
345
+
* Use `filter-all` to also exclude auto-import completions (useful for Nuxt projects)
0 commit comments