Skip to content

Releases: coder/code-server

2.1478-vsc1.38.1

13 Sep 21:03
bb46e80
Compare
Choose a tag to compare
2.1478-vsc1.38.1 Pre-release
Pre-release

Fixes extensions that try to use node_modules.asar (#544).

2.1472-vsc1.38.1

12 Sep 21:38
7353be4
Compare
Choose a tag to compare
2.1472-vsc1.38.1 Pre-release
Pre-release

See #857 for information on what has changed with v2.

1.1156-vsc1.33.1

12 Jun 17:45
cf63bbd
Compare
Choose a tag to compare

Bug fixes

  • Fix incorrect "no authentication" message when using a custom password (#757)
  • Propagate environment to the browser (fixes setting a custom extension marketplace URL, for example)
  • Fix file dialog items getting cut off (#336)

1.1140-vsc1.33.1

06 Jun 19:22
04adf14
Compare
Choose a tag to compare

Fix Darwin release not being included.

1.1119-vsc1.33.1

20 May 22:46
a2ad3d4
Compare
Choose a tag to compare

Additions

  • Expose workbench actions API.

Bug fixes

  • Make hidden files and folders visible in open dialogs.
  • Fix an error displaying file size of zero byte files.

1.1106-vsc1.33.1

20 May 16:14
db39eac
Compare
Choose a tag to compare

Bug fixes

  • Fix VERSION env var not making it to the build process.
  • Make build process use "production" for NODE_ENV.

1.1099-vsc1.33.1

20 May 00:57
c020cd2
Compare
Choose a tag to compare

Additions

  • Add flag to specify additional builtin extension directories.
  • Add flag to specify additional user extension directories.
  • Expose terminal service in the API.
  • Add support for musl and centos.

Bug fixes

  • Preserve environment when forking shared process (#347, #239)
  • Fix no-auth to still use HTTPS (#300)
  • Fix markdown preview focus (#543)
  • Fix copying and moving files around using the file tree
  • Fix terminals not retaining TTY size after reconnect (#587)
  • Fix toggling full screen
  • Fix open dialog crash when there is a broken link (#579)

Quality of life

  • Improve size column in dialogs
  • Only output password if it was generated
  • Remove reveal in finder/explorer option (#576)
  • Various doc fixes
  • Suppress a somewhat misleading "disconnected" extension host message

1.939-vsc1.33.1

23 Apr 00:31
Compare
Choose a tag to compare

Additions

  • --socket flag. Allows for binding to a socket.

Bug fixes

  • Bundle default extension grammars. Reduces syntax highlighting time. (#18)
  • Pasting won't retain metadata (coder/sshcode#42)

1.903-vsc1.33.1

20 Apr 01:30
Compare
Choose a tag to compare

Additions

  • PASSWORD environment variable

Bug fixes

  • Hide titlebar controls and fix menubar toggle
  • Fix open dialogs (#508)

1.868-vsc1.33.1

18 Apr 01:12
Compare
Choose a tag to compare

Bug fixes

  • Custom keybinds not taking effect (#150)