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 63b7515 + 9c563fa commit 4c82bc2Copy full SHA for 4c82bc2
package.json
@@ -35,7 +35,7 @@
35
}
36
},
37
"defaults": {
38
- "roslyn": "4.7.0-2.23272.9",
+ "roslyn": "4.7.0-2.23276.6",
39
"omniSharp": "1.39.6",
40
"razor": "7.0.0-preview.23275.2"
41
src/lsptoolshost/roslynLanguageServer.ts
@@ -524,6 +524,9 @@ export class RoslynLanguageServer {
524
525
let args: string[] = [];
526
527
+ args.push("--sharedDependencies");
528
+ args.push(exports.components['@microsoft/visualstudio-server-shared']);
529
+
530
for (const extensionPath of extensionPaths) {
531
args.push("--extension");
532
args.push(extensionPath);
0 commit comments