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

@@ -9,7 +9,9 @@
"license": "MIT",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"enableProposedApi": true,
"requiresWorkspaceTrust": "onDemand",
"workspaceTrust": {
"required": "onDemand"
},
"engines": {
"vscode": "^1.30.0"
},