mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Add intellisense for onOpenExternalUri activation and rename event
Fixes #115131 Also renames the activation event to `onOpenExternalUri`
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
"activationEvents": [
|
||||
"onCommand:simpleBrowser.show",
|
||||
"onCommand:simpleBrowser.api.open",
|
||||
"onUriOpen:http",
|
||||
"onUriOpen:https"
|
||||
"onOpenExternalUri:http",
|
||||
"onOpenExternalUri:https"
|
||||
],
|
||||
"contributes": {
|
||||
"commands": [
|
||||
|
||||
Reference in New Issue
Block a user