Skip to content

Commit 69b8066

Browse files
committed
Pass --sharedDependencies command line switch
1 parent 5fc67bb commit 69b8066

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lsptoolshost/roslynLanguageServer.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,9 @@ export class RoslynLanguageServer {
524524

525525
let args: string[] = [];
526526

527+
args.push("--sharedDependencies");
528+
args.push(exports.components['@microsoft/visualstudio-server-shared']);
529+
527530
for (const extensionPath of extensionPaths) {
528531
args.push("--extension");
529532
args.push(extensionPath);

0 commit comments

Comments
 (0)