Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bda3eb9
Choose a base ref
...
head repository: coder/registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f912e48
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2025

  1. 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
    matifali committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    f912e48 View commit details
    Browse the repository at this point in the history
Loading