From 19f5a9ea540afc85a8cc418db8b4feb91e6fc5a0 Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Sat, 14 Dec 2019 03:35:12 -0800 Subject: [PATCH] Fix interactive --- src/fsharp/service/FSharpCheckerResults.fs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fsharp/service/FSharpCheckerResults.fs b/src/fsharp/service/FSharpCheckerResults.fs index ab8ee3d216fe..a060b2672838 100644 --- a/src/fsharp/service/FSharpCheckerResults.fs +++ b/src/fsharp/service/FSharpCheckerResults.fs @@ -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.Assembly.Location)).Value + let defaultFSharpBinariesDir = FSharpEnvironment.BinFolderOfDefaultFSharpCompiler(Some(Path.GetDirectoryName(typeof.Assembly.Location))).Value + [] type FSharpFindDeclFailureReason =