Skip to content

Commit 837ee45

Browse files
committed
chore: correct schema property whereInlayHintOn
1 parent b226661 commit 837ee45

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 #whereInlayHintOn
126-
"Enable type lens on instance methods"
126+
"Display type lenses of where 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
@@ -185,7 +185,7 @@
185185
},
186186
"haskell.plugin.ghcide-type-lenses.config.whereInlayHintOn": {
187187
"default": true,
188-
"markdownDescription": "Enable type lens on instance methods",
188+
"markdownDescription": "Display type lenses of where bindings",
189189
"scope": "resource",
190190
"type": "boolean"
191191
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
},
186186
"haskell.plugin.ghcide-type-lenses.config.whereInlayHintOn": {
187187
"default": true,
188-
"markdownDescription": "Enable type lens on instance methods",
188+
"markdownDescription": "Display type lenses of where bindings",
189189
"scope": "resource",
190190
"type": "boolean"
191191
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
},
186186
"haskell.plugin.ghcide-type-lenses.config.whereInlayHintOn": {
187187
"default": true,
188-
"markdownDescription": "Enable type lens on instance methods",
188+
"markdownDescription": "Display type lenses of where bindings",
189189
"scope": "resource",
190190
"type": "boolean"
191191
},

0 commit comments

Comments
 (0)