Skip to content

Commit

Permalink
Adds excNimbleTask extension capability (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez authored Dec 19, 2024
1 parent db19b53 commit 4380d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ tests/all
/nimlangserver
nimble.develop
nimble.paths
nimbledeps
3 changes: 2 additions & 1 deletion protocol/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,8 @@ type

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

ProjectError* = object
projectFile*: string
Expand Down

0 comments on commit 4380d15

Please sign in to comment.