Skip to content

Commit c867a29

Browse files
committed
94 schema update
1 parent a0642ef commit c867a29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"description": "Enables cabal code actions",
2323
"scope": "resource",
2424
"type": "boolean"
25-
},
26-
"haskell.plugin.cabal.symbolsOn": {
25+
},
26+
"haskell.plugin.cabal.completionOn": {
2727
"default": true,
28-
"description": "Enables cabal symbols",
28+
"description": "Enables cabal completions",
2929
"scope": "resource",
3030
"type": "boolean"
3131
},
32-
"haskell.plugin.cabal.completionOn": {
32+
"haskell.plugin.cabal.symbolsOn": {
3333
"default": true,
34-
"description": "Enables cabal completions",
34+
"description": "Enables cabal symbols",
3535
"scope": "resource",
3636
"type": "boolean"
3737
},

0 commit comments

Comments
 (0)