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.
1 parent ad1bb44 commit 9e1f0abCopy full SHA for 9e1f0ab
1 file changed
src/Main/Completion.fs
@@ -357,7 +357,6 @@ let completion
357
// logInfo (sprintf "completion prefix %A %A" prefixSoFar (items |> List.map (fun x -> x.label)))
358
359
let stopwatch = System.Diagnostics.Stopwatch.StartNew()
360
- stopwatch.Start()
361
let position = PosHelper.fromZ p.position.line p.position.character // |> (fun p -> Pos.fromZ)
362
363
let filetext =
0 commit comments