volarjs / volar.js

💙🌊

Home Page:https://volarjs.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve clarity of `createServer().initialize()` API

johnsoncodehk opened this issue · comments

The initialize() API has implicit side effects, for example, it will occupy the language feature callback of the Connection instance. Behaviors that have side effects should be exposed as independent APIs (like @volar/monaco's registerProviders()).

Plan to investigate this for v2.1.