This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Create Your First Package "activationsCommands" is wrong I think #33
Closed
Description
It says the package.json should look like:
"activationCommands": ["ascii-art:convert"],
But I think that must have changed, because now in the new project template it needs a selector like:
"activationCommands": {
"atom-workspace": "ascii-art:convert"
},
I think this change (and old docs) might also be the source of #30
Metadata
Metadata
Assignees
Labels
No labels