Skip to content

Commit 8dec88c

Browse files
committed
schema
1 parent 207827a commit 8dec88c

6 files changed

+9
-9
lines changed

test/testdata/schema/ghc94/default-config.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"path": "cabal-gild"
2525
}
2626
},
27-
"cabaladd": {
27+
"cabalHaskellIntegration": {
2828
"globalOn": true
2929
},
3030
"callHierarchy": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"scope": "resource",
4242
"type": "boolean"
4343
},
44-
"haskell.plugin.cabaladd.globalOn": {
44+
"haskell.plugin.cabalHaskellIntegration.globalOn": {
4545
"default": true,
46-
"description": "Enables cabaladd plugin",
46+
"description": "Enables cabalHaskellIntegration plugin",
4747
"scope": "resource",
4848
"type": "boolean"
4949
},

test/testdata/schema/ghc96/default-config.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"path": "cabal-gild"
2525
}
2626
},
27-
"cabaladd": {
27+
"cabalHaskellIntegration": {
2828
"globalOn": true
2929
},
3030
"callHierarchy": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"scope": "resource",
4242
"type": "boolean"
4343
},
44-
"haskell.plugin.cabaladd.globalOn": {
44+
"haskell.plugin.cabalHaskellIntegration.globalOn": {
4545
"default": true,
46-
"description": "Enables cabaladd plugin",
46+
"description": "Enables cabalHaskellIntegration plugin",
4747
"scope": "resource",
4848
"type": "boolean"
4949
},

test/testdata/schema/ghc98/default-config.golden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"path": "cabal-gild"
2525
}
2626
},
27-
"cabaladd": {
27+
"cabalHaskellIntegration": {
2828
"globalOn": true
2929
},
3030
"callHierarchy": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"scope": "resource",
4242
"type": "boolean"
4343
},
44-
"haskell.plugin.cabaladd.globalOn": {
44+
"haskell.plugin.cabalHaskellIntegration.globalOn": {
4545
"default": true,
46-
"description": "Enables cabaladd plugin",
46+
"description": "Enables cabalHaskellIntegration plugin",
4747
"scope": "resource",
4848
"type": "boolean"
4949
},

0 commit comments

Comments
 (0)