Disable loading schemas from http/s in untrusted workspaces (#265176)

This commit is contained in:
Martin Aeschlimann
2025-09-04 17:56:18 +02:00
committed by GitHub
parent 1e270afce2
commit f52be6a9d7
3 changed files with 15 additions and 3 deletions

View File

@@ -24,7 +24,8 @@
"capabilities": {
"virtualWorkspaces": true,
"untrustedWorkspaces": {
"supported": true
"supported": "limited",
"description": "%json.workspaceTrust%"
}
},
"scripts": {