Skip to content

Commit

Permalink
- remove an ignored call to protocolRangeToRange (#1266)
Browse files Browse the repository at this point in the history
- remove an ignored instance of StreamJsonRpcTracingStrategy
  • Loading branch information
dawedawe authored Apr 16, 2024
1 parent 5b9bc1d commit 5ad3861
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1947,8 +1947,6 @@ type AdaptiveFSharpLspServer

let! tyRes = state.GetOpenFileTypeCheckResults filePath |> AsyncResult.ofStringErr

let _fcsRange = protocolRangeToRange (UMX.untag filePath) p.Range

let! pipelineHints = Commands.inlineValues volatileFile.Source tyRes

let hints =
Expand Down Expand Up @@ -3008,8 +3006,6 @@ module AdaptiveFSharpLspServer =
None
| _ -> None

let _strategy = StreamJsonRpcTracingStrategy(Tracing.fsacActivitySource)

let (|Flatten|_|) (e: exn) =
match e with
| :? AggregateException as aex ->
Expand Down

0 comments on commit 5ad3861

Please sign in to comment.