We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0dffbff commit46850a0Copy full SHA for 46850a0
vsintegration/src/FSharp.Editor/CodeLens/FSharpCodeLensService.fs
@@ -179,6 +179,7 @@ type internal FSharpCodeLensService
179
letstatusBar= StatusBar(serviceProvider.GetService<SVsStatusbar, IVsStatusbar>())
180
letnavigation= QuickInfoNavigation(statusBar, checker, projectInfoManager, document, realPosition)
181
// Because the data is available notify that this line should be updated, displaying the results
182
+return Some(taggedText, navigation)
183
| None->
184
logWarningf"Couldn't acquire CodeLens data for function%A" func
185
return None
@@ -388,4 +389,4 @@ type internal FSharpCodeLensService
388
389
bufferChangedCts.Cancel()// Stop all ongoing async workflow.
390
bufferChangedCts.Dispose()
391
bufferChangedCts<-new CancellationTokenSource()
- executeCodeLenseAsync()|> Async.Ignore|> RoslynHelpers.StartAsyncSafe bufferChangedCts.Token"Buffer Changed"
392
+ executeCodeLenseAsync()|> Async.Ignore|> RoslynHelpers.StartAsyncSafe bufferChangedCts.Token"Buffer Changed"