@volar/vue-language-core
Advanced tools
Changelog
1.0.0-alpha.0 (2022/9/16)
[Download]
.value
auto insert invalid location filtingvueCompilerOptions.jsxTemplates
for more fault tolerant template (#1865)volar.vueserver.petiteVue.processHtmlFile
, volar.vueserver.vitePress.processMdFile
to config language support for petite-vue, VitePress (#1878)"moduleResolution": "nodenext"
(#1862)lang="js"
without "allowJs": true
.value
failed if position immediately after another property .value
access expression (#1853)<script>
, <style>
(#1847)Breaking changes
package.json
{
"devDependencies": {
- "@volar/pug-language-service": "latest"
+ "@volar/vue-language-plugin-pug": "latest"
}
}
tsconfig.json
{
"vueCompilerOptions": {
"plugins": ["@volar/vue-language-plugin-pug"]
}
}
Changelog
0.40.13 (2022/9/8)
Changelog
0.40.12 (2022/9/8)
getScriptVersion
Changelog
0.40.11 (2022/9/8)
onDidChangeWorkspaceFolders
(#1834)editor.formatOnPaste
enabled (#1840) (#1841) (#1842) (#1843) (#1835)Changelog
0.40.10 (2022/9/7)
Changelog
0.40.8 (2022/9/6)
volar.format.initialIndent
option for format <style>
, <script>
with initial indent (#1806)ts.ScriptSnapshot.fromString
result on formattingChangelog
0.40.7 (2022/9/5)
initializationOptions.completion.ignoreTriggerCharacters
for LSP-Volar (https://github.com/sublimelsp/LSP-volar/issues/114)vueCompilerOptions.experimentalComponentOptionsWrapper
option for custom component options warpper (#1517)typescript.format.enable
{{ }}
(#1784)Breaking changes
experimentalImplicitWrapComponentOptionsWithDefineComponent
, experimentalImplicitWrapComponentOptionsWithVue2Extend
replaced by experimentalComponentOptionsWrapper
.