Add intellisense for onOpenExternalUri activation and rename event

Fixes #115131

Also renames the activation event to `onOpenExternalUri`
This commit is contained in:
Matt Bierner
2021-02-01 19:57:54 -08:00
parent 7d5052f508
commit d9ff550d02
4 changed files with 9 additions and 4 deletions

View File

@@ -19,8 +19,8 @@
"activationEvents": [
"onCommand:simpleBrowser.show",
"onCommand:simpleBrowser.api.open",
"onUriOpen:http",
"onUriOpen:https"
"onOpenExternalUri:http",
"onOpenExternalUri:https"
],
"contributes": {
"commands": [