Closed HadrienG closed 6 years ago
+1
+1
+1
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"] }
Use
activationCommands
instead ofactivationEvents
in your package.json Commands should be grouped by selector as follows: