mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Support single string activationEvents
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
'main': './lib/command-palette-view'
|
||||
'description': 'Find and run available commands.'
|
||||
'activationEvents': ['command-palette:toggle']
|
||||
'activationEvents': 'command-palette:toggle'
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
'main': './lib/sign-in-view'
|
||||
'description': 'Sign in to GitHub. Open from the command palette.'
|
||||
'activationEvents': [
|
||||
'github:sign-in'
|
||||
]
|
||||
'activationEvents': 'github:sign-in'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
'main': './lib/grammar-selector'
|
||||
'description': 'Select the grammar to use for the current editor.'
|
||||
'activationEvents': ['grammar-selector:show']
|
||||
'activationEvents': 'grammar-selector:show'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
'main': './lib/package-generator'
|
||||
'description': 'Generate and open a new sample package.'
|
||||
'activationEvents': ['package-generator:generate']
|
||||
'activationEvents': 'package-generator:generate'
|
||||
|
||||
Reference in New Issue
Block a user