Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46850a0

Browse files
fixing build
1 parent0dffbff commit46850a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎vsintegration/src/FSharp.Editor/CodeLens/FSharpCodeLensService.fs‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ type internal FSharpCodeLensService
179179
letstatusBar= StatusBar(serviceProvider.GetService<SVsStatusbar, IVsStatusbar>())
180180
letnavigation= QuickInfoNavigation(statusBar, checker, projectInfoManager, document, realPosition)
181181
// Because the data is available notify that this line should be updated, displaying the results
182+
return Some(taggedText, navigation)
182183
| None->
183184
logWarningf"Couldn't acquire CodeLens data for function%A" func
184185
return None
@@ -388,4 +389,4 @@ type internal FSharpCodeLensService
388389
bufferChangedCts.Cancel()// Stop all ongoing async workflow.
389390
bufferChangedCts.Dispose()
390391
bufferChangedCts<-new CancellationTokenSource()
391-
executeCodeLenseAsync()|> Async.Ignore|> RoslynHelpers.StartAsyncSafe bufferChangedCts.Token"Buffer Changed"
392+
executeCodeLenseAsync()|> Async.Ignore|> RoslynHelpers.StartAsyncSafe bufferChangedCts.Token"Buffer Changed"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp