Skip to content

v3.4.0

Compare
Choose a tag to compare
@nhooyr nhooyr released this 28 May 01:43
69ad529

VS Code v1.45.1

Features

Bug Fixes

  • You can now set user-data-dir and extensions-dir in config.yaml #1676

  • Fixed a regression where --install-extension was installing into the incorrect path #1713

  • We made some changes to make autoupdates from v3.2.0 work again.

    • To recap we removed autoupdating in v3.3.0 and restructured
      the releases a bit which caused autoupdates on v3.2.0 to break. See #1664
    • To fix this:
      1. We added a symlink from code-server to bin/code-server to the root of the release.
      2. We now upload duplicate release assets for the release naming scheme used by v3.2.0.
        • i.e we have macos-amd64 and darwin-x86_64 as well as linux-amd64 and linux-x86_64.
    • In the next few weeks the symlinks and the duplicate release assets will be removed so
      please update your scripts to use the new release scheme.