File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
plugins/default/src/Ide/Plugin Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,7 @@ import Type.Reflection (Typeable)
8585descriptor :: PluginId -> PluginDescriptor
8686descriptor plId =
8787 (defaultPluginDescriptor plId)
88- { pluginId = plId,
89- pluginCodeLensProvider = Just provider,
88+ { pluginCodeLensProvider = Just provider,
9089 pluginCommands = [evalCommand]
9190 }
9291
Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ import System.FilePath (
9595descriptor :: PluginId -> PluginDescriptor
9696descriptor plId =
9797 (defaultPluginDescriptor plId)
98- { pluginId = plId
99- , pluginCodeLensProvider = Just codeLens
98+ { pluginCodeLensProvider = Just codeLens
10099 , pluginCommands = [PluginCommand editCommandName editCommandName command]
101100 }
102101
You can’t perform that action at this time.
0 commit comments