You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to Atom, so please correct me if I'm misunderstanding something.
I have a couple of projects that need the Nuclide package. Since this is slow to load, I have disabled it by default and want to enable it only for the projects that need it.
Your package gives me an easy way to do this, using a .package-switch.cson file in the project's root directory. However, I already use the project-manager package to assign different settings to different projects. This seems like the perfect way to store this information.
Is it possible to do this within the projects.cson file? Either using bundles, or just with lists of added and removed packages. I'm thinking along these lines:
I'm new to Atom, so please correct me if I'm misunderstanding something.
I have a couple of projects that need the Nuclide package. Since this is slow to load, I have disabled it by default and want to enable it only for the projects that need it.
Your package gives me an easy way to do this, using a
.package-switch.cson
file in the project's root directory. However, I already use the project-manager package to assign different settings to different projects. This seems like the perfect way to store this information.Is it possible to do this within the
projects.cson
file? Either using bundles, or just with lists ofadded
andremoved
packages. I'm thinking along these lines:The text was updated successfully, but these errors were encountered: