You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details
Called 1 time
Package.activateConfig - /Applications/Atom.app/Contents/Resources/app/src/package.js:247:11
Package.activateNow - /Applications/Atom.app/Contents/Resources/app/src/package.js:218:14
Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows:
"activationCommands": {
"atom-workspace": ["foo:bar", "foo:baz"],
"atom-text-editor": ["foo:quux"]
}
Called 1 time
Package.getActivationCommands - /Applications/Atom.app/Contents/Resources/app/src/package.js:766:9
Package.hasActivationCommands - /Applications/Atom.app/Contents/Resources/app/src/package.js:691:20
The text was updated successfully, but these errors were encountered:
See [https://github.com/atom/atom/issues/6310] for more context
The text was updated successfully, but these errors were encountered: