Use new schemas ('name' is required/added only in settingsschema, not configschema)

pull/13/head
Kelvin Schoofs 7 years ago
parent 2e15a67375
commit 59b4f6af9b

@ -133,7 +133,7 @@
"properties": { "properties": {
"sshfs.configs": { "sshfs.configs": {
"$schema": "http://json-schema.org/draft-06/schema#", "$schema": "http://json-schema.org/draft-06/schema#",
"$ref": "https://raw.githubusercontent.com/SchoofsKelvin/vscode-sshfs/1b53e6ce267f4a8fc378561f05741265112ffdf2/settingsschema.json", "$ref": "https://raw.githubusercontent.com/SchoofsKelvin/vscode-sshfs/f9940ae1ad04917eef024c45a434b6b19f166fe4/settingsschema.json",
"default": [ "default": [
{ {
"root": "/tmp", "root": "/tmp",
@ -149,7 +149,7 @@
"jsonValidation": [ "jsonValidation": [
{ {
"fileMatch": "*.sshfs.jsonc", "fileMatch": "*.sshfs.jsonc",
"url": "https://raw.githubusercontent.com/SchoofsKelvin/vscode-sshfs/1b53e6ce267f4a8fc378561f05741265112ffdf2/configschema.json" "url": "https://raw.githubusercontent.com/SchoofsKelvin/vscode-sshfs/f9940ae1ad04917eef024c45a434b6b19f166fe4/configschema.json"
} }
] ]
}, },

Loading…
Cancel
Save