Save settings into a custom file or path beside `.vscode/settings.json`
See original GitHub issueIs your feature request related to a problem? Please describe.
My issue is I do commit my .vscode/settings.json
but I don’t want to commit my peacock color customisation into it because each dev their own preference.
Describe the solution you’d like
I think it would be nice if we have something like .vscode/peacock.json
file config which I can add into my .gitignore
settings.
Describe alternatives you’ve considered
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:5 (2 by maintainers)
Top Results From Across the Web
User and Workspace Settings - Visual Studio Code
The Settings editor is the UI that lets you review and modify setting values that are stored in a settings.json file. You can...
Read more >VS Code settings you should customize - DEV Community
json . To edit your settings in settings. json , start by opening the Command Palette with CMD/CTRL + SHIFT + P ....
Read more >Change VSCode User Settings location - Stack Overflow
You can set the location of the global user data folder by launching from the command line with the --user-data-dir option.
Read more >How to edit settings.json in Visual Studio Code?
File -> Preferences -> Settings -> Extensions -> Scroll down and find "Edit in settings.json" · Or in these paths in your OS....
Read more >Advanced Visual Studio Code for Python Developers
Which linter and formatter to use and any project-specific parameters. The following files hold the VS Code preferences: File, Purpose. settings.json, VS Code...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Agree with what @rohmanhm says, I would only like to add that the same logic goes for any
workbench.colorCustomizations
that peacock currently saves in the workspace settings. Because if it uses a separate file for the peacock settings, then the same should go for theworkbench.colorCustomizations
section as it would affect other users in the same way, even if they don’t have the extension. Not even sure if that’s possible inside the scope of the extension though, but one without the other would not make much sense, IMO.+1
Hello … it is cool to be able to customize the IDE color by project, which gives us a visual feedback on which project we are currently working on … but when we are working as a team, everyone has their own preferences … It would be good to have a way of not interfering with the preferences of other developers, without losing the advantage of sharing important lint and formatting preferences in the project. Whether it’s a file for peackock settings, as suggested by @rohmanhm, or maybe a way to selectively use workspace settings depending on who we are … I’m not sure if that’s a good idea … I think that the extension settings file is the best. Anyway … thanks for the work on that extension and thanks for sharing it.