- Introduce
diagnosticsOptionsoption for lsp (#59)lazy({ lsp: { css: { diagnosticsOptions: { // filter out unknown property errors filter: (diagnostic) => diagnostic.code !== "unknownProperty" } }, json: { diagnosticsOptions: { // disable syntax and semantic validation validate: false } }, typescript: { diagnosticsOptions: { // ignore type not found errors (code 2307) codesToIgnore: [2307], } } } })
- Add
importMapCodeLensoption for html and json lsp that allows you to disable the import map code lens (default is enabled) (#58) - Upgrade
@esm.sh/import-mapto 0.4.0 - Upgrade
shikito 4.0.0 - Upgrade
tm-grammarsto 1.31.2 - Upgrade
tm-themesto 1.12.1 - Upgrade
vscode-css-languageserviceto 6.3.10 - Upgrade
vscode-html-languageserviceto 5.6.2 - Upgrade
vscode-json-languageserviceto 5.7.2