Is Unique identifier of the plugin pluginId or pluginDescription? I think the former, in which case the comment below should me moved one line up.
|
PluginDescriptor { pluginId :: !PluginId |
|
, pluginDescription :: !T.Text |
|
-- ^ Unique identifier of the plugin. |
I can do that as part of some other change, if anybody confirms.
Is Unique identifier of the plugin
pluginIdorpluginDescription? I think the former, in which case the comment below should me moved one line up.haskell-language-server/hls-plugin-api/src/Ide/Types.hs
Lines 317 to 319 in dd3dbd7
I can do that as part of some other change, if anybody confirms.