mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-04 01:25:43 -05:00
Build with .NET 7.0.200 + Async improvements (#1869)
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
// Start the service only after all request handlers are setup. This is vital
|
||||
// as otherwise the Initialize event can be lost - it's processed and discarded before the handler
|
||||
// is hooked up to receive the message
|
||||
serviceHost.Start().Wait();
|
||||
serviceHost.Start().GetAwaiter().GetResult();
|
||||
isLoaded = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user