Use new schemas (hop/proxy/privateKeyPath field)

pull/64/head
Kelvin Schoofs 7 years ago
parent eb2425accd
commit ba9cb187a9

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

Loading…
Cancel
Save