Skip to content

Commit 6c8e995

Browse files
committed
fix: helix: Use an empty array of commands for ExecuteCommandProvider cap as otherwise helix wont start
1 parent 4c608dc commit 6c8e995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marksman/Server.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ module ServerUtil =
190190
Full = { Delta = Some false } |> U2.Second |> Some }
191191
RenameProvider = renameOptions
192192
CodeLensProvider = Some { ResolveProvider = None }
193-
ExecuteCommandProvider = Some { commands = None } }
193+
ExecuteCommandProvider = Some { commands = Some [||] } }
194194

195195
type MarksmanStatusParams = { state: string; docCount: int }
196196

0 commit comments

Comments
 (0)