vscodium
vscodium copied to clipboard
Settings file is not saved
Describe the bug
IDE could not change the settings.json
file.
Please confirm that this problem is VSCodium-specific
- [x] This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
Please confirm that the issue/resolution isn't already documented
- [x] I checked the Docs page and my issue is not mentioned there.
To Reproduce Steps to reproduce the behavior:
- VSCodium -> Settings -> Profiles -> Show Contents...
- Double click on
settings.json
- Modify content
- Save file
- Open terminal
- cat ~/Library/Application\ Support/VSCodium/User/settings.json
- Content without change...
Expected behavior
Even if the 777
mask has been used for settings.json
, IDE is not applying any change. After IDE restart it used the previous content. If I change the file manually in console, the IDE use the actual content.
Screenshots
Desktop (please complete the following information):
- OS:
Mac OS
- Architecture:
arm64
- Version:
1.78.2.23132
- App Manager:
Homebrew
- Sandboxed:
no
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!
I noticed that the issue happens when the JSON is invalid (beyond comments that are allowed in VSCodium). Eg. missing comma or a comma after the last element of an object or an array. Fixing issues with the JSON in the settings.json normally solves it.
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!