Skip to content

v4.90.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 01:12
· 140 commits to main since this release
3b467de

Code 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-clipboard or code-server -c.

    You may want to make this an alias:

    alias xclip="code-server --stdin-to-clipboard"
    echo -n "hello world" | xclip