Skip to content

Commit abc3abb

Browse files
authored
Fix loading legacy projects (#15796)
1 parent 15bffc1 commit abc3abb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,10 @@ type internal FSharpPackage() as this =
401401
SingleFileWorkspaceMap(FSharpMiscellaneousFileService(workspace, miscFilesWorkspace, projectContextFactory), rdt)
402402
|> ignore
403403

404+
do
405+
LegacyProjectWorkspaceMap(solution, optionsManager, projectContextFactory)
406+
|> ignore
407+
404408
}
405409
|> CancellableTask.startAsTask cancellationToken
406410

0 commit comments

Comments
 (0)