We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c867a29 commit aeca984Copy full SHA for aeca984
test/testdata/schema/ghc94/vscode-extension-schema.golden.json
@@ -29,15 +29,15 @@
29
"scope": "resource",
30
"type": "boolean"
31
},
32
- "haskell.plugin.cabal.symbolsOn": {
+ "haskell.plugin.cabal.diagnosticsOn": {
33
"default": true,
34
- "description": "Enables cabal symbols",
+ "description": "Enables cabal diagnostics",
35
36
37
38
- "haskell.plugin.cabal.diagnosticsOn": {
+ "haskell.plugin.cabal.symbolsOn": {
39
40
- "description": "Enables cabal diagnostics",
+ "description": "Enables cabal symbols",
41
42
43
0 commit comments