File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,21 @@ instance PluginNotification TextDocumentDidChange where
199
199
instance PluginNotification TextDocumentDidSave where
200
200
pluginEnabledNotification _ _ _ = True
201
201
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
+
202
217
-- ---------------------------------------------------------------------
203
218
204
219
-- | Methods which have a PluginMethod instance
You can’t perform that action at this time.
0 commit comments