We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fa795 commit 2433312Copy full SHA for 2433312
src/lsptoolshost/roslynLanguageServer.ts
@@ -329,7 +329,7 @@ export class RoslynLanguageServer {
329
this._languageClient?.sendNotification("serviceBroker/connect", { pipeName: pipeName });
330
} else {
331
// We'll subscribe if the process later launches, and call this function again to send the pipe name.
332
- this.context.subscriptions.push(exports.serverProcessLoaded(this.sendOrSubscribeForServiceBrokerConnection));
+ this.context.subscriptions.push(exports.serverProcessLoaded(async() => this.sendOrSubscribeForServiceBrokerConnection()));
333
}
334
335
0 commit comments