v4.90.0
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
orcode-server -c
.You may want to make this an alias:
alias xclip="code-server --stdin-to-clipboard" echo -n "hello world" | xclip