Location of settings.json
See original GitHub issueIs there a reason the config file is in
~/.local/share/hatch/settings.json
instead of
~/.config/hatch/settings.json
aka $XDG_CONFIG_HOME/hatch/settings.json
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How can I open Visual Studio Code's 'settings.json' file?
Open the command palette (either with F1 or Ctrl + Shift + P ) · Type "open settings" · You are presented with...
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 >How to open settings.json file in vscode ? - OurTechRoom
2 Click on Gear Icon located at the bottom left corner. 3 Then Click on Settings. 4 Click on File like icon located...
Read more >Visual Studio Code: settings.json
Location of settings.json ; %APPDATA%\Code\User · Windows ; $HOME\.config\Code\User, Linux ; $HOME\Library\Application Support\Code\User, macOS ...
Read more >Fastest Way To Open settings.json In VSCode - Semicolon.dev
To open settings.json file in VS Code, go to File menu, select Preferences, then select Settings. Or press Ctrl + , (comma). Then,...
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 Free
Top 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
Hatch has been rewritten from scratch and now uses https://github.com/platformdirs/platformdirs, see https://ofek.dev/hatch/latest/config/hatch/
https://github.com/ofek/hatch/blob/51d03f3eb77f7ae11072f1ccd099b730daa6ef06/hatch/settings.py#L12
I was thinking this might be
user_config_dir()
instead so that hatch work more like other programs.