@volar/vue-language-core
Advanced tools
Changelog
1.3.6 (2023/3/25) - pre-release
vueCompilerOptions.target
by default/** @jsxImportSource vue */
when jsxTemplates
enabled and target >= 3.3 for avoid #592vueCompilerOptions
Changelog
1.3.4 (2023/3/20) - pre-release
Failed to resolve tsconfig path
(https://github.com/vuejs/language-tools/pull/2471#issuecomment-1475350770)Changelog
1.3.3 (2023/3/19) - pre-release
missingRequiredProps
, eventArgumentInInlineHandlers
by defaultvueCompilerOptions
cannot extends from non-relative paths (#2345) - thanks @dschmidtexposed
missing when use TS 5.0props
, events
, slots
, exposed
lazy calculationChangelog
1.3.2 (2023/3/14) - pre-release
Changelog
1.3.19 (2023/4/19) - pre-release
vue.features.codeActions.enable
default value to true
vue.features.codeActions.enable
when document saving time is too longvue.features.*
settings no longer requires reload vscodeChangelog
1.3.0 (2023/3/10) - pre-release
vue-tsc
version checkvolar.doctor.statusBarItem
to volar.doctor.status
emmet.includeLanguages
, files.associations
(#2487)volar.config.js
$event =>
hint (#2445)ServerMode.PartialSemantic
Show Component Meta
command not working@xxx
(#4568)Breaking changes
@volar-plugins/*
to >= 2.0.0
default
property with require('@volar-plugins/xxx').default
in volar.config.js