Skip to content

Commit a822aa8

Browse files
committed
add missing instances
1 parent 272ad8d commit a822aa8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

hls-plugin-api/src/Ide/Types.hs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,21 @@ instance PluginNotification TextDocumentDidChange where
199199
instance PluginNotification TextDocumentDidSave where
200200
pluginEnabledNotification _ _ _ = True
201201

202+
instance PluginNotification TextDocumentDidClose where
203+
pluginEnabledNotification _ _ _ = True
204+
205+
instance PluginNotification WorkspaceDidChangeWatchedFiles where
206+
pluginEnabledNotification _ _ _ = True
207+
208+
instance PluginNotification WorkspaceDidChangeWorkspaceFolders where
209+
pluginEnabledNotification _ _ _ = True
210+
211+
instance PluginNotification WorkspaceDidChangeConfiguration where
212+
pluginEnabledNotification _ _ _ = True
213+
214+
instance PluginNotification Initialized where
215+
pluginEnabledNotification _ _ _ = True
216+
202217
-- ---------------------------------------------------------------------
203218

204219
-- | Methods which have a PluginMethod instance

0 commit comments

Comments
 (0)