Skip to content

Commit 9c625a9

Browse files
committed
check this
1 parent c3df52d commit 9c625a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSharpLanguageServer/Handlers/Completion.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module Completion =
7979
let defaultCo: obj =
8080
coType.GetField("Default")
8181
|> nonNull "Microsoft.CodeAnalysis.Completion.CompletionOptions.Default"
82-
|> _.GetValue()
82+
|> _.GetValue(null)
8383

8484
{ Object = defaultCo
8585
CompletionOptionsType = coType }

0 commit comments

Comments
 (0)