@volar/typescript-faster
Advanced tools
Changelog
1.0.20 (2023/1/4)
volar.takeOverMode.extension
setting for choice extension that takeover *.ts language supportLanguageServerPlugin
api and dependency injection connection (#2273)createLanguageService
and createDocumentService
Changelog
1.0.19 (2022/12/31)
experimentalAdditionalLanguageModules
option for vueCompilerOptions
(#2267)typescript/javascript.preferences.autoImportFileExcludePatterns
setting not working@vue/compiler-dom
warning (#2262)required
property incorrect (#2256)Changelog
1.0.18 (2022/12/26)
vueCompilerOptions
in tsconfig{{}}
not working if template block not at the top[TS Error] { }
and failed (#2190)strictTemplates
enabled (#2255)Changelog
1.0.17 (2022/12/26)
lang="json5"
(#2244){{ }}
colorizedBracketPairs not working (#1759)v-bind
exist (#2166)props
property (#2206)noPropertyAccessFromIndexSignature
is enabled (#2236)skipTemplateCodegen
should ignore template slots emit (#2237)Changelog
1.0.16 (2022/12/20)
schema.ignore
accept functions (#2232)volar.icon.splitEditors
setting (#2163){{ |}}
become {{ | }}
(#2222)<slot :name="(name as 'a' | 'b')" />
not working (#2233)Type 'void' has no call signatures
errors (#2225)vue-tsc/out/proxy.js
for vite-plugin-checker (https://github.com/fi3ework/vite-plugin-checker/issues/193)Changelog
1.0.14 (2022/12/18)
vue-tsc-eslint-hook
module to support use eslint in vue-tsc (#2220)volar.vueserver.maxFileSize
(#2186)volar.doctor.checkVueTsc
and disable by default (#2186)volar.vueserver.configFilePath
(#2078)v-bind
(#2105)Changelog
1.0.13 (2022/12/12)
volar.config.js
plugins dirty cache between different tsconfig projectsChangelog
1.0.12 (2022/12/9)
@volar/vscode-language-client
package (#2181)DefineComponent
when template has slots (#2161)Changelog
1.0.10 (2022/11/29)
volar.vueserver.json.customBlockSchemaUrls
setting to support preset json schema urls for custom blocks (#2079)volar.vueserver.reverseConfigFilePriority
setting to support customize tsconfig priority (#1815)volar.vueserver.disableFileWatcher
setting for better performance (#2027)instanceof
expressions (#2099)nativeTags
instead of experimentalRuntimeMode
to vueCompilerOptions for uni-app supports (#2065)"
(#2091)strictTemplates
option works only bound props (#2136)jsxTemplates
option enabled (#2139)