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.
2 parents 9512114 + 2433312 commit 7b37ae4Copy full SHA for 7b37ae4
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