Skip to content

Commit

Permalink
schema 94 update
Browse files Browse the repository at this point in the history
  • Loading branch information
VenInf committed Jul 2, 2024
1 parent a79be35 commit a0642ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/testdata/schema/ghc94/vscode-extension-schema.golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"scope": "resource",
"type": "string"
},
"haskell.plugin.cabal.symbolsOn": {
"haskell.plugin.cabal.codeActionsOn": {
"default": true,
"description": "Enables cabal symbols",
"description": "Enables cabal code actions",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.cabal.codeActionsOn": {
},
"haskell.plugin.cabal.symbolsOn": {
"default": true,
"description": "Enables cabal code actions",
"description": "Enables cabal symbols",
"scope": "resource",
"type": "boolean"
},
Expand Down

0 comments on commit a0642ef

Please sign in to comment.