We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c608dc commit 6c8e995Copy full SHA for 6c8e995
Marksman/Server.fs
@@ -190,7 +190,7 @@ module ServerUtil =
190
Full = { Delta = Some false } |> U2.Second |> Some }
191
RenameProvider = renameOptions
192
CodeLensProvider = Some { ResolveProvider = None }
193
- ExecuteCommandProvider = Some { commands = None } }
+ ExecuteCommandProvider = Some { commands = Some [||] } }
194
195
type MarksmanStatusParams = { state: string; docCount: int }
196
0 commit comments