microsoft / vscode-html-languageservice

Language services for HTML
MIT License
220 stars 109 forks source link

Lazy evaluation of `voidElements` #187

Closed johnsoncodehk closed 2 months ago

johnsoncodehk commented 4 months ago

Resolves https://github.com/vuejs/language-tools/issues/4298

provideTags can be expensive and should be called on demand whenever possible to avoid unnecessary calculations.

johnsoncodehk commented 3 months ago

Hi @aeschli, sorry for the ping, any chance we have a look at this PR?