volar-service-pug
volarjs270.1kMIT0.0.65 volar-servicenenhum readme encontrado 😢
Changelog
0.0.34 (2024-03-14)
Bug Fixes
- prettier: await isFormattingEnabled #85
0.0.33 (2024-03-14)
Bug Fixes
- typescript: options should be optional
- typescript: coee actions not working
0.0.32 (2024-03-13)
Features
- prettier: don't throw an error when no Prettier instance is available #81
Bug Fixes
Refactors
- all package formatting options are now consistent
- typescript: split the main plugin into multiple plugins #83
- typescript: no longer depend on
@volar/typescript
- prettier: simplify plugin options #84
- html: remove useCustomDataProviders option that is no longer used
0.0.31 (2024-02-26)
Features
- Upgrade to Volar 2.1
- css, html, typescript: consume
initialIndentLevel
option for accurate embedded code formatting #75
Refactors
- Deprecate
volar-service-tsconfig
package
- Deprecate
volar-service-pretty-ts-errors
package
- Make all editor settings configurable #78
- Most services now expose
documentSelector
/ *DocumentSelector
option.
- Services with formatting capabilities now expose the
isFormattingEnabled
option.
- css: no longer has built-in support for
postcss
language. If necessary, you can configure scssDocumentSelector: ['scss', 'postcss']
option.
- html: if you need to update custom data, now you should implement the
onDidChangeCustomData
option instead of inject 'html/updateCustomData'
key.
Bug Fixes
- html: reference resolving inconsistent with VSCode
- html: script block formatting inconsistent with VSCode
- css, html, json, yaml: respect
ClientCapabilities.textDocument.foldingRange
option
- typescript: semantic tokens return redundant invalid results
0.0.30 (2024-02-13)
Bug Fixes
- typescript:
validate.enable
config not working for semantic check
0.0.29 (2024-02-10)
Bug Fixes
- html:
autoClosingTags
not working at first line
0.0.28 (2024-02-05)
Features
- typescript: support for extra scripts #74
Bug Fixes
- typescript: only process
getScript()
result in semantic features #73
0.0.27 (2024-01-21)
Features
- Upgrade to Volar 2.0
- typescript: consume
ReferenceContext
#65
- markdown: support user defined diagnostic options #67
- prettier: add
getPrettier
option #68
- markdown: add markdown trigger characters #70
- markdown: implement definitions for markdown #71
Bug Fixes
Breaking Changes
volar-service-eslint
, volar-service-tslint
has been deprecated #72