Open
Description
After upgrade to v2 I am not able to get rid of this error saying To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.
Note: it's on a large codebase with Vue 2.7.
I noticed one interesting behaviour:
- If I restart VS Code and open a
.vue
file, the language feature works fine for.vue
files but not for.ts
. - If I restart VS Code and open a
.ts
file, the language feature works fine for.ts
files but not for.vue
I tried to add some more exclude patterns like the message suggests, but that didn't help. Also I would not like to go down this road as until now it worked fine.
