diff --git a/package.json b/package.json index 5bd90cf..5d43efd 100644 --- a/package.json +++ b/package.json @@ -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" } ] },