Configure workspace trust for simple browser and image preview

This commit is contained in:
Matt Bierner 2021-04-14 20:37:01 -07:00
parent 293061802c
commit a5d656cd3f
No known key found for this signature in database
GPG key ID: 099C331567E11888
2 changed files with 6 additions and 0 deletions

View file

@ -26,6 +26,9 @@
"onCommand:imagePreview.zoomIn",
"onCommand:imagePreview.zoomOut"
],
"workspaceTrust": {
"request": "never"
},
"contributes": {
"customEditors": [
{

View file

@ -27,6 +27,9 @@
"onOpenExternalUri:http",
"onOpenExternalUri:https"
],
"workspaceTrust": {
"request": "never"
},
"contributes": {
"commands": [
{