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 c3df52d commit 9c625a9Copy full SHA for 9c625a9
src/CSharpLanguageServer/Handlers/Completion.fs
@@ -79,7 +79,7 @@ module Completion =
79
let defaultCo: obj =
80
coType.GetField("Default")
81
|> nonNull "Microsoft.CodeAnalysis.Completion.CompletionOptions.Default"
82
- |> _.GetValue()
+ |> _.GetValue(null)
83
84
{ Object = defaultCo
85
CompletionOptionsType = coType }
0 commit comments