X Tutup
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/code-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ada3489
Choose a base ref
...
head repository: coder/code-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5c1b6a
Choose a head ref
  • 3 commits
  • 18 files changed
  • 3 contributors

Commits on Mar 26, 2026

  1. Update Code to 1.113.0 (#7716)

    * Update Code to 1.113.0
    
    * Use CI build targets
    
    The target we have been using has started throwing all sorts of errors
    during the build (even without any of our patches).  After checking the
    VS Code repo I think these are the ones we should actually be using.
    They are way faster, too.
    
    ---------
    
    Co-authored-by: Asher <ash@coder.com>
    benz0li and code-asher authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    8d9a44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2743655 View commit details
    Browse the repository at this point in the history
  3. Use inputs instead of github.event.inputs

    Just to be consistent with the other workflow.  They are the same except
    inputs treats booleans as booleans instead of strings, which seems like
    it might be better anyway.
    code-asher committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    a5c1b6a View commit details
    Browse the repository at this point in the history
Loading
X Tutup