Skip to content

Commit

Permalink
Add support for workspace trust
Browse files Browse the repository at this point in the history
- Restrict workspace access to some settings in untrusted mode
- Fixes #506

Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber authored and datho7561 committed Jun 17, 2021
1 parent da0ee09 commit ba035f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
"osx-x86_64": "https://download.jboss.org/jbosstools/vscode/snapshots/lemminx-binary/LATEST/lemminx-osx-x86_64.zip",
"win32": "https://download.jboss.org/jbosstools/vscode/snapshots/lemminx-binary/LATEST/lemminx-win32.zip"
},
"capabilities": {
"untrustedWorkspaces": {
"supported": "limited",
"restrictedConfigurations": [
"xml.extension.jars",
"xml.java.home",
"xml.server.vmargs",
"xml.validation.resolveExternalEntities"
]
}
},
"engines": {
"vscode": "^1.37.0"
},
Expand Down

0 comments on commit ba035f9

Please sign in to comment.