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

Cannot find Settings for package (Win7, Atom v190) #32

Closed batjko closed 9 years ago

batjko commented 9 years ago

Hi there,

I just installed this package and since it won't launch Meteor with the default settings (assumes *nix path by default), I wanted to go into the settings and change it.

However, there are no settings. When I click on the Settings button for the package, I only get the README and nothing else:

image

image

PEM-- commented 9 years ago

Wow, super weird. I will check this out. Thanks for the feedback.

PEM-- commented 9 years ago

Should be fixed with 0.22.0.

PEM-- commented 9 years ago

Dawn! It works in dev mode and not in production mode. I'm re-opening the issue.

batjko commented 9 years ago

No worries. Thanks for working on this.

PEM-- commented 9 years ago

Pfew... Done in 0.23.0.

markudevelop commented 8 years ago

@PEM-- same problem here with latest 0.27 and latest atom win10 weird, how can we set custom settings with a file maybe?

PEM-- commented 8 years ago

Yes, in Atom, all you settings are available in a config.cson file. capture d ecran 2016-01-20 a 08 16 06

markudevelop commented 8 years ago

@PEM-- thanks can you share full settings file? because I'm not sure what should be over there as ou can see I don't have the settings tab or after clicking the package the only thing I see is README capture

PEM-- commented 8 years ago

Here are my current settings:

  "meteor-helper":
    meteorAppPath: "app"

Sounds like Atom has changed something again. Try clicking on the grey pane, the settings shows up. settings

markudevelop commented 8 years ago

@PEM-- yeah i don't have the settings inside it's empty, just README is showed. I'm using latest atom version.

PEM-- commented 8 years ago

Close your setting's pane and try to fire Meteor once using the helper (even if it fails owing to missing settings). This remember me an old Atom bugs where the settings weren't loaded until a package has used them.

markudevelop commented 8 years ago

@PEM-- yes you're right, I did meteor toggle and have the console stay open and open settings tab again and settings button appears :) Thanks a lot! I have tried this with from the FAQ, I guess you have also to close the settings tab + don't use the search look for the package manually.

PEM-- commented 8 years ago

Weird behavior anyway. I hope Atom's team will fix that. Triggering a plugin just to show its settings is kind of messy knowing that the settings are serialized into the config.cson file already available at Atom's startup.

s7dhansh commented 8 years ago

I can't see the settings still! 0.27.0 - ubuntu 15.04 - atom 1.4.0

s7dhansh commented 8 years ago

A few restarts later, it does. Weird Atom.