Skip to content

Commit bdaa1cf

Browse files
shin19991207datho7561
authored andcommitted
support disabling schema source URI in hovers
Signed-off-by: Morgan Chang <shin19991207@gmail.com>
1 parent b7211ec commit bdaa1cf

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following settings are supported:
4747
* `yaml.validate`: Enable/disable validation feature
4848
* `yaml.hover`: Enable/disable hover
4949
* `yaml.hoverAnchor`: Enable/disable hover feature for anchors
50+
* `yaml.hoverSchemaSource`: Enable/disable showing the schema source in hover tooltips
5051
* `yaml.completion`: Enable/disable autocompletion
5152
* `yaml.schemas`: Helps you associate schemas with files in a glob pattern
5253
* `yaml.schemaStore.enable`: When set to true, the YAML language server will pull in all available schemas from [JSON Schema Store](http://schemastore.org/)

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@
269269
"type": "boolean",
270270
"default": "true",
271271
"description": "Suggest additional extensions based on YAML usage."
272+
},
273+
"yaml.hoverSchemaSource": {
274+
"type": "boolean",
275+
"default": "true",
276+
"description": "Enable/disable showing the schema source in hover tooltips"
272277
}
273278
}
274279
},

0 commit comments

Comments
 (0)