• v3.9.2 Stable

    giteasync released this 2021-03-25 12:33:47 -05:00 | 1894 commits to main since this release

    VS Code v1.54.2 #2862

    Upgrading is as easy as installing the new version over the old one. code-server
    maintains all user data in ~/.local/share/code-server so that it is preserved in between
    installations.

    New Features

    You can now logout + use zsh in the Docker container!

    • feat(lib/vscode): add log out to application menu #2922
    • feat: zsh support in Docker container + fixuid v0.5 (thanks @nodesocket 🌮)
    • support permessage-deflate web socket extension #2846
    • remove --home flag (removed in VS Code) #2862

    Bug Fixes

    No more Python trouble 🤞

    • Python extension should be working now
    • implement missing terminal method #2857

    Documentation

    We now walk you through deploying code-server to most cloud providers!

    • docs(readme): update hiring section #2912
    • docs: rename references of coder cloud #2906 (thanks @bpmct 🎉)
    • docs(install): add termux section #2851
    • docs(npm): update node requirements #2850
    • add instructions for deploying to cloud provider #2843
    • update contributing requirements #2771 (thanks for opening @vapurrmaid 🍰)

    Development

    CI now works on forks! It's never been a better time to contribute to code-server.

    • fix: remove reviewers/assignees for dependabot #2914
    • chore: update bug-report issue template #2901
    • dev(maintainence): add ranger configuration #2904
    • replace shfmt with prettier-plugin-sh for contributing #2891
    • remove fs-extra #2889
    • dev(testing): separate unit and e2e tests #2852
    • fix CI not working on forks #2866 (thank you @jawnsy ♥️)
    • chore: update vulnerable dependencies #2861 (thanks @PatrickDerichs for reporting 🔍)
    • add update-vscode script to make updating easier #2859
    • dev: add release:prep script #2952
    • fix(dev-deps): limit ts-node upgrades #2962
    • fix(lib/vscode): remove native-keymap and keytar #2961

    Cheers! 🍻

    Downloads