Improve clarity of `createServer().initialize()` API
johnsoncodehk opened this issue · 0 comments
johnsoncodehk commented
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.