Results 269 comments of Johnson Chu

It seems to be supported via https://github.com/zed-extensions/vue.

This is a type restriction of defineComponent, as a current solution you can use generic. This will bypass defineComponent and define the component as a functional component. ```html interface CommonProps...

1. Please show the Vue langauge status of your vscode status bar. 2. Please try creating a new .ts file. Can you reproduce the problem in that .ts file?

We are no longer actively maintaining LSP-only mode, does enabling hybrid mode resolve the problem?

> though it breaks my monorepo auto imports with different issues. Is there an existing issue? If not, can you open a new issue?

Fixed by https://github.com/volarjs/volar.js/pull/226.

`node_modules/.tsslint/.mjs` will be rebuilt every time you execute tsslint command. When you added `file://` and execute tsslint command again, `node_modules/.tsslint/.mjs` should be updated. I'll try to test this issue on...

Sorry for the delay, the problem should have been fixed in v1.0.20 by https://github.com/johnsoncodehk/tsslint/pull/23!