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: starcomsys/code-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 22 files changed
  • 4 contributors

Commits on Apr 8, 2026

  1. Configuration menu
    Copy the full SHA
    1c6fb2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287f8ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f612511 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aee8825 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c663724 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05f481d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    523c0cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ac5f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Update Code to 1.116.0 (coder#7754)

    * Update Code to 1.116.0
    
    * Add copilot extension build
    
    Seems the vscode build requires this separately now.
    
    * Disable welcome popup
    
    A giant modal window asking you to sign in for AI features is blocking
    the tests.  Rather than have to click through it, disable it.  It looks like
    this has to be a user setting, so switch to that instead of machine (we
    used machine because user settings were in the browser, but they have
    been since moved back to disk).
    
    ---------
    
    Co-authored-by: Asher <[email protected]>
    benz0li and code-asher authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    7cc2270 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Strip sourcemaps (coder#7756)

    This will significantly reduce the size, and for errors we should be
    able to map them as necessary.
    code-asher authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    cc8f0b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be537ce View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Configuration menu
    Copy the full SHA
    4b4903e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a12c896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8ac4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ecac88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    367dcda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f7c23b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. Configuration menu
    Copy the full SHA
    e0b100e View commit details
    Browse the repository at this point in the history
  2. Run formatter on build yaml

    I guess it wants double quotes...
    code-asher committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    22ec1ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddeb0a3 View commit details
    Browse the repository at this point in the history
Loading