-
v4.93.1-rc.1 Pre-Release
released this
2024-09-19 15:08:43 -05:00 | 269 commits to main since this releaseCode v1.93.1
Changed
- Updated to Code 1.93.1.
Added
- Added
--abs-proxy-base-pathflag for when code-server is not at the root.
Downloads
-
v4.92.2 Stable
released this
2024-08-16 04:50:10 -05:00 | 283 commits to main since this releaseCode v1.92.2
Breaking changes
- Dropped a patch that changed the compile target from es2022 to es2020 because
it no longer works with the way VS Code uses static properties. This may break
older browsers, so those browsers will either have to be updated or use an
older version of code-server.
Changed
- Updated to Code 1.92.2.
Downloads
- Dropped a patch that changed the compile target from es2022 to es2020 because
-
v4.92.2-rc.1 Pre-Release
released this
2024-08-16 00:33:21 -05:00 | 284 commits to main since this releaseCode v1.92.2
Breaking changes
- Dropped a patch that changed the compile target from es2022 to es2020 because
it no longer works with the way VS Code uses static properties. This may break
older browsers, so those browsers will either have to be updated or use an
older version of code-server.
Changed
- Updated to Code 1.92.2.
Downloads
- Dropped a patch that changed the compile target from es2022 to es2020 because
-
v4.91.1 Stable
released this
2024-07-15 12:57:32 -05:00 | 288 commits to main since this releaseCode v1.91.1
Changed
- Updated to Code 1.91.1.
Downloads
-
v4.91.0 Stable
released this
2024-07-09 15:47:24 -05:00 | 302 commits to main since this releaseCode v1.91.0
Changed
- Updated to Code 1.91.0.
Downloads
-
v4.91.0-rc.1 Pre-Release
released this
2024-07-08 20:51:47 -05:00 | 303 commits to main since this releaseCode v1.91.0
Changed
- Updated to Code 1.91.0.
Downloads
-
v4.90.3 Stable
released this
2024-06-21 12:52:42 -05:00 | 311 commits to main since this releaseChanged
- Updated to Code 1.90.2.
Fixed
- When the log gets rotated it will no longer incorrectly be moved to a new
directory created in the current working directory named with a date.
Instead, the file itself is prepended with the date and kept in the same
directory, as originally intended.
Downloads
-
v4.90.2 Stable
released this
2024-06-14 14:31:58 -05:00 | 316 commits to main since this releaseCode v1.90.1
Changed
- Updated to Code 1.90.1.
Downloads
-
v4.90.1 Stable
released this
2024-06-12 18:09:45 -05:00 | 317 commits to main since this releaseCode v1.90.0
Fixed
- Cache a call to get CPU information used in telemetry that could result in a
lack responsiveness if it was particularly slow.
Downloads
- Cache a call to get CPU information used in telemetry that could result in a
-
v4.90.0 Stable
released this
2024-06-08 23:07:51 -05:00 | 320 commits to main since this releaseCode v1.90.0
Changed
- Updated to Code 1.90.0.
- Updated Node to 20.11.1.
Added
-
Send contents to the clipboard in the integrated terminal by piping to
code-server --stdin-to-clipboardorcode-server -c.You may want to make this an alias:
alias xclip="code-server --stdin-to-clipboard" echo -n "hello world" | xclip
Downloads
mirror of
https://github.com/coder/code-server.git
synced 2026-04-12 07:13:52 -05:00