| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
4.138.0 21 Sep 2026 13:11:47
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.138.0
The built-in port proxy now preserves the original path, query
parameters and fragment when rewriting localhost URLs.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH |
4.137.0 13 Sep 2026 07:40:10
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.137.0
The diff editor gains a unified layout option that shows changes inline,
side by side, or selects the best fit automatically. Multi-file diffs
now show binary files with a placeholder instead of hiding them. Links
to GitHub issues and pull requests in the Markdown editor show their
title and current state. Extensions that rely on proposed VS Code APIs,
such as Python and Jupyter, now have those APIs enabled.
Changelog: https://github.com/coder/code-server/releases
Obtained from: editors/vscode
Sponsored by: Netzkommune GmbH |
4.136.2 10 Sep 2026 19:50:35
    |
Jochen Neumeister (joneum)  |
www/code-server: Add CPE information
Sponsored by: Netzkommune GmbH |
4.136.2 09 Sep 2026 12:46:15
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.136.2
Word wrapping now accounts for injected text, decorations and inlay
hints. Terminal commands executed by extensions start without delay.
Adds an experimental compact layout density option. This release
replaces the withdrawn 4.136.0 and 4.136.1.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH |
4.135.0_2 08 Sep 2026 20:13:30
    |
Jochen Neumeister (joneum)  |
www/code-server: Update EXTENSIONS.md
Add a section about switching the display language: language packs
must be installed through the Extensions view (the standalone CLI
does not register them), and the packs on Open VSX can lag behind
the bundled VS Code version.
Sponsored by: Netzkommune GmbH |
4.135.0_2 07 Sep 2026 18:13:50
    |
Jochen Neumeister (joneum)  |
www/code-server: Fix process listing
Split the ps(1) arguments the same way editors/vscode does; FreeBSD's
ps does not accept the combined column list, which broke the process
explorer and the process diagnostics.
Also document which extensions need a native language server on
FreeBSD and how to configure them, install the document as
EXTENSIONS.md and point to it from the install message.
Obtained from: editors/vscode (ps.ts patch)
Sponsored by: Netzkommune GmbH |
4.135.0_1 07 Sep 2026 00:59:26
    |
Jochen Neumeister (joneum)  |
www/code-server: Fix extension installation
VS Code's platform detection does not know FreeBSD and falls back to
"Web", so the extension service rejected every non-web extension with
"not available in code-server for the Web platform". Treat FreeBSD as
Linux in platform.ts, the same way editors/vscode does, so extensions
can be installed.
Obtained from: editors/vscode
Sponsored by: Netzkommune GmbH |
4.135.0 30 Aug 2026 05:26:20
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.135.0
Update to code-server 4.135.0, which bundles VS Code 1.135.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH |
4.134.0 27 Aug 2026 08:04:00
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.134.0
Update to code-server 4.134.0, which bundles VS Code 1.134.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH |
4.133.0 24 Aug 2026 07:24:39
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.133.0
Update to code-server 4.133.0, which bundles VS Code 1.133.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH |
4.132.0 14 Aug 2026 13:46:46
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.132.0
Update to code-server 4.132.0, which bundles VS Code 1.132.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH |
4.131.0 08 Aug 2026 18:34:27
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.131.0
Update to code-server 4.131.0, which bundles VS Code 1.131.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH |
4.129.0 19 Jul 2026 00:21:03
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.129.0
Update to code-server 4.129.0, which bundles VS Code 1.129.0.
VS Code 1.129 changed how the built-in GitHub Copilot extension is
handled: it is now built from source during the reh-web build instead
of being fetched as a prebuilt VSIX. This requires a few build-time
workarounds:
- The copilot extension postinstall expects a platform package for the
host. A Copilot CLI SDK distfile is provided and placed as
@github/copilot-freebsd-x64 so the postinstall passes. GitHub Copilot
is closed-source and not usable on FreeBSD; this only lets the build
complete.
- The reh-web build calls ensureCopilotPlatformPackage(), which runs (Only the first 15 lines of the commit message are shown above ) |
4.126.0 26 Jun 2026 07:12:48
    |
Jochen Neumeister (joneum)  |
www/code-server: Update to 4.126.0
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH |
4.123.0 21 Jun 2026 18:07:06
    |
Jochen Neumeister (joneum)  |
www/code-server: Add new port
code-server enables running Visual Studio Code on a remote system and
accessing it through a web browser. It provides a familiar development
environment without requiring a local VS Code installation.
WWW: https://github.com/coder/code-server
Sponsored by: Netzkommune GmbH |