File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -332,9 +332,6 @@ makeExecuteCommands ecs lf ide = wrapUnhandledExceptions $ do
332
332
-}
333
333
334
334
-- -----------------------------------------------------------
335
-
336
- -- | Runs a plugin command given a PluginId, CommandId and
337
- -- arguments in the form of a JSON object.
338
335
wrapUnhandledExceptions ::
339
336
(a -> IO (Either ResponseError J. Value , Maybe b )) ->
340
337
a -> IO (Either ResponseError J. Value , Maybe b )
@@ -343,6 +340,9 @@ wrapUnhandledExceptions action input =
343
340
let resp = ResponseError InternalError (T. pack $ show e) Nothing
344
341
return (Left resp, Nothing )
345
342
343
+
344
+ -- | Runs a plugin command given a PluginId, CommandId and
345
+ -- arguments in the form of a JSON object.
346
346
runPluginCommand :: Map. Map PluginId [PluginCommand ]
347
347
-> LSP. LspFuncs Config
348
348
-> IdeState
You can’t perform that action at this time.
0 commit comments