Skip to content

Commit 5d29323

Browse files
authored
Merge pull request #5505 from Microsoft/merges/dev15.7-to-master
merge dev15.7 to master
2 parents 0deafaf + 9a71a2b commit 5d29323

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,7 @@ type internal FSharpLanguageService(package : FSharpPackage) =
675675
// This is the path for .fs/.fsi files in legacy projects
676676

677677
this.SetupProjectFile(siteProvider, this.Workspace, "SetupNewTextView")
678-
679678
| h when not (isNull h) && not (IsScript(filename)) ->
680-
681679
let docId = this.Workspace.CurrentSolution.GetDocumentIdsWithFilePath(filename).FirstOrDefault()
682680
match docId with
683681
| null ->

0 commit comments

Comments
 (0)