🐛 fix(core): enforce strict LSP lifecycle
This commit is contained in:
@@ -69,7 +69,7 @@ namespace lsp::test::provider
|
||||
core::ExecutionContext context;
|
||||
|
||||
ProviderEnv()
|
||||
: context([](core::ServerLifecycleEvent) {}, scheduler, hub)
|
||||
: context(scheduler, hub)
|
||||
{
|
||||
hub.Initialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user