mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
[json] add trustedDomains settings (#287639)
* use trusted schemas * [json] add trustedDomains settings
This commit is contained in:
committed by
GitHub
parent
4641b2abb8
commit
067cb03d18
@@ -19,6 +19,6 @@
|
||||
"json.enableSchemaDownload.desc": "When enabled, JSON schemas can be fetched from http and https locations.",
|
||||
"json.command.clearCache": "Clear Schema Cache",
|
||||
"json.command.sort": "Sort Document",
|
||||
"json.workspaceTrust": "The extension requires workspace trust to load schemas from http and https."
|
||||
|
||||
"json.workspaceTrust": "The extension requires workspace trust to load schemas from http and https.",
|
||||
"json.schemaDownload.trustedDomains.desc": "List of trusted domains for downloading JSON schemas over http(s). Use '*' to trust all domains. '*' can also be used as a wildcard in domain names."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user