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

Store overrides in platform-specific perference dirs #84

Open
atrauzzi opened this issue Feb 9, 2018 · 0 comments
Open

Store overrides in platform-specific perference dirs #84

atrauzzi opened this issue Feb 9, 2018 · 0 comments

Comments

@atrauzzi
Copy link

atrauzzi commented Feb 9, 2018

Is there any way that studio can store the list of packages that are being overridden in the platform-specific user preferences dir rather than a json file in the project root?

I'd probably just end up adding studio.json to .gitignore as that path is going to vary between users and platforms:

  • /Users/bill (macOS)
  • /home/sally (linux)
  • C:\Users\pat001\Documents\github (Windows)

Doing something like this would really lock in a similar convention to npm and lower the cognitive overhead of this utility. At which point -- studio.json can pretty much be managed behind the scenes!

cc. composer/composer#7064 (comment)

@atrauzzi atrauzzi changed the title Store overrides in platform-specific perferences dirs Store overrides in platform-specific perference dirs Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant