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 dce7766 commit 765562cCopy full SHA for 765562c
src/lsptoolshost/roslynLanguageServer.ts
@@ -510,6 +510,8 @@ export class RoslynLanguageServer {
510
args.push('--extension', extensionPath);
511
}
512
513
+ args.push('--devKitRazorOutputPath', 'C:/CodeHub/vscode-csharp/.razor');
514
+
515
// Get the brokered service pipe name from C# Dev Kit (if installed).
516
// We explicitly call this in the LSP server start action instead of awaiting it
517
// in our activation because C# Dev Kit depends on C# activation completing.
0 commit comments