Workspace trust changes (#119017)

* Add dialog button customisation and reject promise if cancelled
* Use different promises to modal/soft requests
This commit is contained in:
Ladislau Szomoru
2021-03-16 11:18:42 +01:00
committed by GitHub
parent e787d6e384
commit 149a8b71c5
10 changed files with 104 additions and 39 deletions

View File

@@ -5,7 +5,9 @@
"publisher": "vscode",
"license": "MIT",
"enableProposedApi": true,
"requiresWorkspaceTrust": "onDemand",
"workspaceTrust": {
"required": "onDemand"
},
"private": true,
"activationEvents": [],
"main": "./out/extension",