Skip to content

Commit a0642ef

Browse files
committed
schema 94 update
1 parent a79be35 commit a0642ef

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
@@ -17,15 +17,15 @@
1717
"scope": "resource",
1818
"type": "string"
1919
},
20-
"haskell.plugin.cabal.symbolsOn": {
20+
"haskell.plugin.cabal.codeActionsOn": {
2121
"default": true,
22-
"description": "Enables cabal symbols",
22+
"description": "Enables cabal code actions",
2323
"scope": "resource",
2424
"type": "boolean"
25-
},
26-
"haskell.plugin.cabal.codeActionsOn": {
25+
},
26+
"haskell.plugin.cabal.symbolsOn": {
2727
"default": true,
28-
"description": "Enables cabal code actions",
28+
"description": "Enables cabal symbols",
2929
"scope": "resource",
3030
"type": "boolean"
3131
},

0 commit comments

Comments
 (0)