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

Project configuration using settings #4

Open
davidchall opened this issue Jul 29, 2016 · 0 comments
Open

Project configuration using settings #4

davidchall opened this issue Jul 29, 2016 · 0 comments

Comments

@davidchall
Copy link

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:

myproject:
  title: "MyProject"
  paths: [
    "/path/to/project"
  ]
  settings:
    "*":
      packageSwitch:
        bundles: [
          "Nuclide"
        ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants