volarjs / volar.js

💙🌊
https://volarjs.dev/
MIT License
963 stars 47 forks source link

chore(monaco): update to monaco-languageserver-types 0.4 #225

Closed remcohaszing closed 1 month ago

remcohaszing commented 1 month ago

The most important change for Volar, is that the default diagnostic severity is now error.

See https://github.com/remcohaszing/monaco-languageserver-types/releases/tag/v0.4.0

johnsoncodehk commented 1 month ago

Thanks!