Results 269 comments of Johnson Chu

Please track https://github.com/johnsoncodehk/volar/issues/1106.

This problem should be fixed in vue-tsc v0.38.8.

I also want to support this for volar packages (such as vue-tsc), the current one is just fork vite-ecosystem-ci and modify the relevant code. This is also of great benefit...

FYI, we've got TS + Vue (based on Volar) support for Web IDE by https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-web. And Astro support is coming soon.

This is an expected error, the tsconfig exclude option does not prevent checking of referenced files, see https://stackoverflow.com/a/64885126. The presence or absence of `Empty.vue` causing inconsistencies is an edge case....

> I'm confused as to why Volar cannot just add `"lineComment": "//"` to their `vue-language-configuration.json` file. Because this is wrong, `//` is not really valid SFC comment syntax, you changes...

I didn't see it deleted when I responded (when you opened the PR). Sorry I completely disagree with all of your opinions, but I'm not interested in refuting you one...

Could we also have a test for #3891?

Could you share the tsserver log? Refs: https://github.com/microsoft/TypeScript/wiki/Getting-logs-from-TS-Server-in-VS-Code

@gianLuigiL Can you reproduce this problem with v2.0.12?