Johnson Chu
Johnson Chu
Please update the extension to 3.0. If the problem persists, please provide minimal reproduction or [Help Us Investigate Issues Remotely](https://github.com/vuejs/language-tools/wiki/Help-Us-Investigate-Issues-Remotely).
Please update VSCode extension to 3.0. If the problem still exists, please provide a minimal reproduction.
Vue language server and tsserver both provide highlight information, VSCode will show the highlights returned by both servers at the same time in the past, but since a certain version,...
LGTM, thanks for the hard work!
Closed due to this issue need to be solved in vuejs/core.
This is an example modified based on `vue-tsc`: ```ts import * as ts from 'typescript'; import * as vue from '@vue/language-core'; import { proxyCreateProgram } from '@volar/typescript'; const createProgram =...
Closed because the type returned by Volar is as expected, and Vue currently has no method to define properties in the component type that are only exposed to the template.
Please update VSCode extension to 3.0. If the problem still exists, please provide a minimal reproduction.
@Satont I think that's promising, @tomblachut has already confirmed the required adjustments!
@Ilanaya LS plugin support is part of the 3.0 plan, but will not be supported via the reintroduction of volar.config.js.