We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cc4fa commit d96cf67Copy full SHA for d96cf67
plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs
@@ -265,7 +265,7 @@ inlayHintPosRecProvider _ state _pId InlayHintParams {_textDocument = TextDocume
265
, _kind = Nothing -- neither a type nor a parameter
266
, _textEdits = Just (maybeToList te) -- same as CodeAction
267
, _tooltip = Just $ InL "Expand positional record" -- same as CodeAction
268
- , _paddingLeft = Nothing -- padding after dotdot
+ , _paddingLeft = Nothing
269
, _paddingRight = Nothing
270
, _data_ = Nothing
271
}
0 commit comments