Open
Description
With this now removed, I'm getting the wrong tsconfig.json selected in my Vue projects. By having tsconfig.app.json
last and enabling this setting, both the TypeScript server and Volar in Vue files picked tsconfig.app.json
, now Volar picks up tsconfig.vitest.json
instead (Based on the create-vue
template). Please restore this setting or make it the default to match TypeScript server behavior.