dschwen / switch-header-source

Quick switching between C/C++ header and source files
MIT License
13 stars 49 forks source link

Doesn't work with atom-package-deps version 7 #37

Open andreasalptun opened 3 years ago

andreasalptun commented 3 years ago

Fixed problem with atom-package-deps v 7.x. In package.json, package-deps must now be an array of objects: {"name":"busy-signal"}, instead of just an array of strings.

andreasalptun commented 3 years ago

There seems to be some other problems with atom-package-deps v 7.0.1.. If I don't have busy-signal, it prompts me to install it, but then I get an error in the console and it does not install, resulting in that switch-header-source does not work. Could be that I'm installing from my fork using apm, don't know.. You could also just lock your "atom-package-deps" dependency to 6.0.0 for now.