Atif Ali f912e485be fix(vscode-web): always apply settings.json configuration
Previously, settings from the module were only applied if the
settings.json file didn't exist. This meant that if a user had
ever started vscode-web before (even with default settings), their
new settings configuration would be ignored.

This fix:
- Always applies the module settings on startup
- Uses jq to merge with existing settings when available
- New module settings take precedence over existing settings
- Falls back to overwriting settings if jq is not available

Fixes #42
2025-12-03 11:58:56 +00:00
..
2025-11-27 12:00:04 +05:00
2025-11-27 12:00:04 +05:00
2025-11-27 12:00:04 +05:00
2025-11-27 12:00:04 +05:00
2025-06-02 18:42:27 -05:00