Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Sep 18, 2024
1 parent 323c512 commit 2248f67
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion protocol/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -994,13 +994,19 @@ type

LspExtensionCapability* = enum #List of extensions this server support. Useful for clients
excRestartSuggest = "RestartSuggest"


ProjectError* = object
projectFile*: string
errorMessage*: string
#last known cmd? last know request?

NimLangServerStatus* = object
version*: string
nimsuggestInstances*: seq[NimSuggestStatus]
openFiles*: seq[string]
extensionCapabilities*: seq[LspExtensionCapability]
pendingRequests*: seq[PendingRequestStatus]
projectErrors*: seq[ProjectError]

NimLangServerStatusParams* = object

Expand Down

0 comments on commit 2248f67

Please sign in to comment.