PEM-- / meteor-helper

Meteor.js under Atom.io
http://pem-musing.blogspot.fr/2014/07/meteorjs-from-within-atomio-full-stack.html
MIT License
50 stars 9 forks source link

Package.activateResources is deprecated. #37

Closed bzavala closed 9 years ago

bzavala commented 9 years ago

The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager

PEM-- commented 9 years ago

Hi @bzavala, I don't see any changes out there. This is the current code for the context menu:

'context-menu':
  'atom-workspace': [
    'label': 'Launch Meteor'
    'command': 'meteor-helper:toggle'
  ]