dependents / Dependents

Navigate front-end codebases in Sublime Text 2/3
Other
41 stars 5 forks source link

Remove config loading logic #201

Closed mrjoelkemp closed 8 years ago

mrjoelkemp commented 8 years ago

That's all handled by the backend now.

Depends on https://github.com/mrjoelkemp/node-dependents-editor-backend/issues/33 to avoid a regression where users were getting root-less results via https://github.com/mrjoelkemp/Dependents/blob/c474df52839505c80518aabe0207b6fa7e285369/TreeCommand.py#L59.

Ref #182

mrjoelkemp commented 8 years ago

Need to put node_path into sublime settings not deprc. For backcompat, may need to keep editor deprc parsing logic only for node_path :(