Skip to content

v4.90.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 18:01
· 56 commits to main since this release
0c802ba

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