Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Sep 23, 2024
1 parent 96e0354 commit 288765e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protocol/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1005,9 +1005,11 @@ type

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

NimLangServerStatus* = object
lspPath*: string
version*: string
nimsuggestInstances*: seq[NimSuggestStatus]
openFiles*: seq[string]
Expand Down

0 comments on commit 288765e

Please sign in to comment.