Skip to content

Commit 59d56bc

Browse files
committed
update TypeLenses plugin desc
1 parent 0df54d2 commit 59d56bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Plugin/TypeLenses.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ descriptor recorder plId =
111111
, pluginConfigDescriptor = defaultConfigDescriptor {configCustomConfig = mkCustomConfig properties}
112112
}
113113
where
114-
desc = "Provides code lenses type signatures"
114+
desc = "Provides type signatures through code lenses and inlay hints"
115115

116116
properties :: Properties
117117
'[ 'PropertyKey "localBindingInlayHintOn" 'TBoolean,

0 commit comments

Comments
 (0)