Skip to content

Commit aeca984

Browse files
committed
94 schema update
1 parent c867a29 commit aeca984

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"scope": "resource",
3030
"type": "boolean"
3131
},
32-
"haskell.plugin.cabal.symbolsOn": {
32+
"haskell.plugin.cabal.diagnosticsOn": {
3333
"default": true,
34-
"description": "Enables cabal symbols",
34+
"description": "Enables cabal diagnostics",
3535
"scope": "resource",
3636
"type": "boolean"
3737
},
38-
"haskell.plugin.cabal.diagnosticsOn": {
38+
"haskell.plugin.cabal.symbolsOn": {
3939
"default": true,
40-
"description": "Enables cabal diagnostics",
40+
"description": "Enables cabal symbols",
4141
"scope": "resource",
4242
"type": "boolean"
4343
},

0 commit comments

Comments
 (0)