Mark simple browser as a UI extension

This commit is contained in:
Matt Bierner 2021-02-08 14:26:02 -08:00
parent eb62ecb01e
commit 5b32b28037

View file

@ -16,6 +16,11 @@
"categories": [
"Other"
],
"extensionKind": [
"ui",
"workspace",
"web"
],
"activationEvents": [
"onCommand:simpleBrowser.show",
"onCommand:simpleBrowser.api.open",