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 Dec 15, 2022. It is now read-only.
javascript atom.commands.add("atom-workspace", {"mycommand": function f() {}});
The function f will be called as many times as the command is registered. The expected behavior is that add is idempotent - dispatching the function only once.