update testdata schema

This commit is contained in:
Jinser Kafka 2024-08-01 18:05:34 +08:00
parent 8b6f15ea80
commit e544187427
No known key found for this signature in database
6 changed files with 54 additions and 12 deletions

View File

@ -79,10 +79,12 @@
"symbolsOn": true
},
"ghcide-type-lenses": {
"codeLensOn": true,
"config": {
"mode": "always"
"mode": "always",
"whereInlayHintOn": true
},
"globalOn": true
"inlayHintsOn": true
},
"hlint": {
"codeActionsOn": true,

View File

@ -161,6 +161,12 @@
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.codeLensOn": {
"default": true,
"description": "Enables ghcide-type-lenses code lenses",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.config.mode": {
"default": "always",
"description": "Control how type lenses are shown",
@ -177,9 +183,15 @@
"scope": "resource",
"type": "string"
},
"haskell.plugin.ghcide-type-lenses.globalOn": {
"haskell.plugin.ghcide-type-lenses.config.whereInlayHintOn": {
"default": true,
"description": "Enables ghcide-type-lenses plugin",
"markdownDescription": "Enable type lens on instance methods",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.inlayHintsOn": {
"default": true,
"description": "Enables ghcide-type-lenses inlay hints",
"scope": "resource",
"type": "boolean"
},

View File

@ -79,10 +79,12 @@
"symbolsOn": true
},
"ghcide-type-lenses": {
"codeLensOn": true,
"config": {
"mode": "always"
"mode": "always",
"whereInlayHintOn": true
},
"globalOn": true
"inlayHintsOn": true
},
"hlint": {
"codeActionsOn": true,

View File

@ -161,6 +161,12 @@
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.codeLensOn": {
"default": true,
"description": "Enables ghcide-type-lenses code lenses",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.config.mode": {
"default": "always",
"description": "Control how type lenses are shown",
@ -177,9 +183,15 @@
"scope": "resource",
"type": "string"
},
"haskell.plugin.ghcide-type-lenses.globalOn": {
"haskell.plugin.ghcide-type-lenses.config.whereInlayHintOn": {
"default": true,
"description": "Enables ghcide-type-lenses plugin",
"markdownDescription": "Enable type lens on instance methods",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.inlayHintsOn": {
"default": true,
"description": "Enables ghcide-type-lenses inlay hints",
"scope": "resource",
"type": "boolean"
},

View File

@ -79,10 +79,12 @@
"symbolsOn": true
},
"ghcide-type-lenses": {
"codeLensOn": true,
"config": {
"mode": "always"
"mode": "always",
"whereInlayHintOn": true
},
"globalOn": true
"inlayHintsOn": true
},
"hlint": {
"codeActionsOn": true,

View File

@ -161,6 +161,12 @@
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.codeLensOn": {
"default": true,
"description": "Enables ghcide-type-lenses code lenses",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.config.mode": {
"default": "always",
"description": "Control how type lenses are shown",
@ -177,9 +183,15 @@
"scope": "resource",
"type": "string"
},
"haskell.plugin.ghcide-type-lenses.globalOn": {
"haskell.plugin.ghcide-type-lenses.config.whereInlayHintOn": {
"default": true,
"description": "Enables ghcide-type-lenses plugin",
"markdownDescription": "Enable type lens on instance methods",
"scope": "resource",
"type": "boolean"
},
"haskell.plugin.ghcide-type-lenses.inlayHintsOn": {
"default": true,
"description": "Enables ghcide-type-lenses inlay hints",
"scope": "resource",
"type": "boolean"
},