mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Disable loading schemas from http/s in untrusted workspaces (#265176)
This commit is contained in:
committed by
GitHub
parent
1e270afce2
commit
f52be6a9d7
@@ -18,5 +18,7 @@
|
||||
"json.maxItemsExceededInformation.desc": "Show notification when exceeding the maximum number of outline symbols and folding regions.",
|
||||
"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.command.sort": "Sort Document",
|
||||
"json.workspaceTrust": "The extension requires workspace trust to load schemas from http and https."
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user