Skip to content

Commit 931ae0e

Browse files
committed
re-generate schema
1 parent 96a2550 commit 931ae0e

File tree

6 files changed

+30
-9
lines changed

6 files changed

+30
-9
lines changed

test/testdata/schema/ghc94/default-config.golden.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"globalOn": true
4343
},
4444
"explicit-fields": {
45-
"globalOn": true
45+
"codeActionsOn": true,
46+
"inlayHintsOn": true
4647
},
4748
"explicit-fixity": {
4849
"globalOn": true

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,15 @@
8383
"scope": "resource",
8484
"type": "boolean"
8585
},
86-
"haskell.plugin.explicit-fields.globalOn": {
86+
"haskell.plugin.explicit-fields.codeActionsOn": {
8787
"default": true,
88-
"description": "Enables explicit-fields plugin",
88+
"description": "Enables explicit-fields code actions",
89+
"scope": "resource",
90+
"type": "boolean"
91+
},
92+
"haskell.plugin.explicit-fields.inlayHintsOn": {
93+
"default": true,
94+
"description": "Enables explicit-fields inlay hints",
8995
"scope": "resource",
9096
"type": "boolean"
9197
},

test/testdata/schema/ghc96/default-config.golden.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"globalOn": true
4343
},
4444
"explicit-fields": {
45-
"globalOn": true
45+
"codeActionsOn": true,
46+
"inlayHintsOn": true
4647
},
4748
"explicit-fixity": {
4849
"globalOn": true

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,15 @@
8383
"scope": "resource",
8484
"type": "boolean"
8585
},
86-
"haskell.plugin.explicit-fields.globalOn": {
86+
"haskell.plugin.explicit-fields.codeActionsOn": {
8787
"default": true,
88-
"description": "Enables explicit-fields plugin",
88+
"description": "Enables explicit-fields code actions",
89+
"scope": "resource",
90+
"type": "boolean"
91+
},
92+
"haskell.plugin.explicit-fields.inlayHintsOn": {
93+
"default": true,
94+
"description": "Enables explicit-fields inlay hints",
8995
"scope": "resource",
9096
"type": "boolean"
9197
},

test/testdata/schema/ghc98/default-config.golden.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"globalOn": true
4343
},
4444
"explicit-fields": {
45-
"globalOn": true
45+
"codeActionsOn": true,
46+
"inlayHintsOn": true
4647
},
4748
"explicit-fixity": {
4849
"globalOn": true

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,15 @@
8383
"scope": "resource",
8484
"type": "boolean"
8585
},
86-
"haskell.plugin.explicit-fields.globalOn": {
86+
"haskell.plugin.explicit-fields.codeActionsOn": {
8787
"default": true,
88-
"description": "Enables explicit-fields plugin",
88+
"description": "Enables explicit-fields code actions",
89+
"scope": "resource",
90+
"type": "boolean"
91+
},
92+
"haskell.plugin.explicit-fields.inlayHintsOn": {
93+
"default": true,
94+
"description": "Enables explicit-fields inlay hints",
8995
"scope": "resource",
9096
"type": "boolean"
9197
},

0 commit comments

Comments
 (0)