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
Just discovered that preferTypeOnlyAutoImports = true is also ignored so I'll tag along this issue =) Also, I don't think <script setup> matters, in any <script> this will be ignored. It's probably the fact that it's TS inside a SFC (.vue-file)
Vue - Official extension or vue-tsc version
2.2.10
VSCode version
1.100.1
Vue version
3.5.13
TypeScript version
5.8.3
System Info
package.json dependencies
Steps to reproduce
Add the following vscode settings:
Try to auto import
ref
, it still suggestsnode:process
. In.ts
files it works.What is expected?
Vue should respect typescript
autoImportSpecifierExcludeRegexes
What is actually happening?
Vue doesn't respect typescript
autoImportSpecifierExcludeRegexes
Link to minimal reproduction
No response
Any additional comments?
Is there any workaround?
The text was updated successfully, but these errors were encountered: