Skip to content

Commit

Permalink
Fix interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Dec 15, 2019
1 parent d68942f commit 19e986d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fsharp/service/FSharpCheckerResults.fs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ module internal FSharpCheckerResultsSettings =
| s -> int64 s

// Look for DLLs in the location of the service DLL first.
let defaultFSharpBinariesDir = FSharpEnvironment.BinFolderOfDefaultFSharpCompiler(Some(typeof<IncrementalBuilder>.Assembly.Location)).Value
let defaultFSharpBinariesDir = FSharpEnvironment.BinFolderOfDefaultFSharpCompiler(Some(Path.GetDirectoryName(typeof<IncrementalBuilder>.Assembly.Location))).Value


[<RequireQualifiedAccess>]
type FSharpFindDeclFailureReason =
Expand Down

0 comments on commit 19e986d

Please sign in to comment.