Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading projects out of projects.cson not working #43

Closed
gee-forr opened this issue Apr 14, 2016 · 3 comments
Closed

Reading projects out of projects.cson not working #43

gee-forr opened this issue Apr 14, 2016 · 3 comments

Comments

@gee-forr
Copy link
Contributor

Hey,

So, the latest patch fixes the exception, but I can't seem to get the project switcher to list any projects... I've checked my projects.cson file, and it's getting populated, but when I cmd+ctrl+p, I get an empty list with a status of 'No saved projects'.

Let me know if I can give you any debug info at all.

@gee-forr
Copy link
Contributor Author

Howdy,

Just thought I'd give you a little more data:

I'm using Atom 1.7.1 and Project Plus 0.8.2

PP config:

  "project-plus":
    autoDiscover: false
    projectHome: "/Users/gabrielf/projects/"
    showPath: true

projects.cson:

"crystal-web-portal":
  title: "crystal-web-portal"
  paths: [
    "/Users/gabrielf/Projects/crystal_web/crystal-web-portal"
  ]
"vast-client-portal":
  title: "vast-client-portal"
  paths: [
    "/Users/gabrielf/Projects/VAST/vast-client-portal"
  ]
"isdsl.rb":
  title: "isdsl.rb"
  paths: [
    "/Users/gabrielf/Projects/Zero One/isdsl.rb"
  ]
"service-view":
  title: "service-view"
  paths: [
    "/Users/gabrielf/Projects/IS/service-view"
  ]
tad:
  title: "tad"
  paths: [
    "/Users/gabrielf/Projects/talented_africa/tad"
  ]

@mehcode
Copy link
Owner

mehcode commented Apr 15, 2016

Can you try renaming your project home to /Users/gabrielf/Projects/ ?

@gee-forr
Copy link
Contributor Author

Hey, that fixed it. Sorry, really dumb of me. I've issued PR #44 just to make it clear to any potential future users that have this issue.

Thanks for the help dude.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants