mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Disable loading schemas from http/s in untrusted workspaces (#265176)
This commit is contained in:
committed by
GitHub
parent
1e270afce2
commit
f52be6a9d7
@@ -24,7 +24,8 @@
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": true,
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
"supported": "limited",
|
||||
"description": "%json.workspaceTrust%"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user