Skip to content

Commit 0df54d2

Browse files
committed
update local-binding inlayHints config desc
1 parent 953db22 commit 0df54d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ properties = emptyProperties
123123
, (Diagnostics, "Follows error messages produced by GHC about missing signatures")
124124
] Always
125125
& defineBooleanProperty #localBindingInlayHintOn
126-
"Display type lenses of local bindings"
126+
"Display inlay hints of local bindings"
127127
True
128128

129129
codeLensProvider :: PluginMethodHandler IdeState Method_TextDocumentCodeLens

test/testdata/schema/ghc94/vscode-extension-schema.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
},
182182
"haskell.plugin.ghcide-type-lenses.config.localBindingInlayHintOn": {
183183
"default": true,
184-
"markdownDescription": "Display type lenses of local bindings",
184+
"markdownDescription": "Display inlay hints of local bindings",
185185
"scope": "resource",
186186
"type": "boolean"
187187
},

test/testdata/schema/ghc96/vscode-extension-schema.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
},
182182
"haskell.plugin.ghcide-type-lenses.config.localBindingInlayHintOn": {
183183
"default": true,
184-
"markdownDescription": "Display type lenses of local bindings",
184+
"markdownDescription": "Display inlay hints of local bindings",
185185
"scope": "resource",
186186
"type": "boolean"
187187
},

test/testdata/schema/ghc98/vscode-extension-schema.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
},
182182
"haskell.plugin.ghcide-type-lenses.config.localBindingInlayHintOn": {
183183
"default": true,
184-
"markdownDescription": "Display type lenses of local bindings",
184+
"markdownDescription": "Display inlay hints of local bindings",
185185
"scope": "resource",
186186
"type": "boolean"
187187
},

0 commit comments

Comments
 (0)