Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
koliyo committed Nov 17, 2023
1 parent bdcb751 commit 5d4710a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public enum ClientNotification: Sendable, Hashable {
case initialized
case exit
case windowWorkDoneProgressCancel = "window/workDoneProgress/cancel"
case workspaceDidChangeWatchedFiles = "workspace/workspaceDidChangeWatchedFiles"
case workspaceDidChangeWatchedFiles = "workspace/didChangeWatchedFiles"
case workspaceDidChangeConfiguration = "workspace/didChangeConfiguration"
case workspaceDidChangeWorkspaceFolders = "workspace/didChangeWorkspaceFolders"
case workspaceDidCreateFiles = "workspace/didCreateFiles"
Expand Down

0 comments on commit 5d4710a

Please sign in to comment.