chuckhendo / project-quick-open

A quick view of all projects inside your 'project home' in Atom
MIT License
13 stars 4 forks source link

fix for invalid project path in windows #9

Closed mattholmes closed 9 years ago

mattholmes commented 10 years ago

atom.config.settings.core.projectHome returns undefined if no project home has been set in core settings atom.config.getSettings().core.projectHome will return the default home location if none has been set or the user defined home if it has

chuckhendo commented 9 years ago

This is no longer needed with the newer config API