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 3e6a168 + dfb6d65 commit 4f90194Copy full SHA for 4f90194
src/lsptoolshost/server/roslynLanguageServer.ts
@@ -255,6 +255,11 @@ export class RoslynLanguageServer {
255
channel: vscode.LogOutputChannel,
256
traceChannel: vscode.OutputChannel
257
): Promise<RoslynLanguageServer> {
258
+ const devKit = getCSharpDevKit();
259
+ if (devKit) {
260
+ await devKit.activate();
261
+ }
262
+
263
const serverOptions: ServerOptions = async () => {
264
return await this.startServer(
265
platformInfo,
0 commit comments