v4.90.0-rc.1
Pre-release
Pre-release
·
228 commits
to main
since this release
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-clipboardorcode-server -c.You may want to make this an alias:
alias xclip="code-server --stdin-to-clipboard" echo -n "hello world" | xclip