Code-Server v3.6.0 Release Notes

Release Date: 2020-10-12 // over 3 years ago
  • VS Code v1.49.3

    ๐Ÿ”‹ Features

    • โšก๏ธ โญ We've updated from VS Code v1.48.2 to v1.49.3.
    • โž• Added /healthz endpoint for health checks #1940
    • We added a robots.txt #2080
    • ๐Ÿฑ โญ We added beta Coder Cloud integration.
      • It allows you to easily and securely expose code-server on any machine with HTTPS.
      • You must apply at #2137 to use!
    • ๐Ÿš€ The standalone releases now use node v12.18.4 from v12.18.3 #2175
    • You can now open files in an existing code-server instance on the cli from outside the code-server terminal #2099

    ๐Ÿ› Bug Fixes

    • ๐Ÿฑ โญ Language packs work again! #2058
    • ๐Ÿณ โญ The docker image's $DOCKER_USER env variable works correctly now #2057
      • See usage in install.md. It allows you to pass through your preferred username into the container
    • ๐Ÿ“ฆ We fixed an issue with the npm package not installing extension dependencies #2170
    • You can now bind to ipv6 addresses #2146

    ๐Ÿ‘€ ... Many more fixes, see commit history and milestone for complete details!

    ๐Ÿฑ Cheers ๐Ÿป