From 498dc49b5d86668cef8ce4273fc419a1c2283ef1 Mon Sep 17 00:00:00 2001 From: nojaf Date: Fri, 10 Sep 2021 08:51:03 +0200 Subject: [PATCH] Update FCS in Daemon --- src/Fantomas.CoreGlobalTool/Daemon.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fantomas.CoreGlobalTool/Daemon.fs b/src/Fantomas.CoreGlobalTool/Daemon.fs index 1834bf2452..2534194f71 100644 --- a/src/Fantomas.CoreGlobalTool/Daemon.fs +++ b/src/Fantomas.CoreGlobalTool/Daemon.fs @@ -5,9 +5,9 @@ open System.Diagnostics open System.IO open System.Threading open System.Threading.Tasks -open FSharp.Compiler.SourceCodeServices +open FSharp.Compiler.CodeAnalysis open FSharp.Compiler.Text.Range -open FSharp.Compiler.Text.Pos +open FSharp.Compiler.Text.Position open Fantomas.Client.Contracts open StreamJsonRpc open Fantomas