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 0deafaf + 9a71a2b commit 5d29323Copy full SHA for 5d29323
vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs
@@ -675,9 +675,7 @@ type internal FSharpLanguageService(package : FSharpPackage) =
675
// This is the path for .fs/.fsi files in legacy projects
676
677
this.SetupProjectFile(siteProvider, this.Workspace, "SetupNewTextView")
678
-
679
| h when not (isNull h) && not (IsScript(filename)) ->
680
681
let docId = this.Workspace.CurrentSolution.GetDocumentIdsWithFilePath(filename).FirstOrDefault()
682
match docId with
683
| null ->
0 commit comments