vscode-pug-languageservice
Advanced tools
Changelog
0.32.1 (2022/3/2)
source.organizeImports
not working in editor.codeActionsOnSave
(#906)<script setup>
file name (#944)<script>
and <script setup>
(#994)Changelog
0.31.3 (2022/2/13)
@
(#949)v-bind:*
, v-on:*
to auto-complete (#949)process.env.NODE_ENV === 'production'
env (#915)<script setup>
(#938)Changelog
0.31.0 (2022/1/22)
<script setup>
without extra tsconfig setting (#538)_
prefixes in v-for (#878)<script setup>
used in <script>
(#766)Changelog
0.30.6 (2022/1/19)
withDefaults
for props type in template (#868)schemas/tsconfig.schema.json
missing (#869)editor.semanticHighlighting.enabled
by default to avoid component tag show invalid color when installed some themesBreaking changes
<script setup>
, ignore extra component options wrapper function (defineComponent
/ Vue.extends
...)Changelog
0.30.5 (2022/1/17)
vueCompilerOptions
intellisense not working on jsconfig