Add workspace trust property to auth extensions

This commit is contained in:
Rachel Macfarlane 2021-04-15 09:22:15 -07:00
parent 3f4e9a0ebd
commit 296c417c07
No known key found for this signature in database
GPG key ID: D6C324F0F27A078C
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
"activationEvents": [
"onAuthenticationRequest:github"
],
"workspaceTrust": { "request": "never" },
"contributes": {
"commands": [
{

View file

@ -15,6 +15,7 @@
"activationEvents": [
"onAuthenticationRequest:microsoft"
],
"workspaceTrust": { "request": "never" },
"extensionKind": [
"ui",
"workspace",