File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,25 @@ Code v99.99.999
2222
2323## Unreleased
2424
25+ Code v1.90.0
26+
27+ ## Changed
28+
29+ - Updated to Code 1.90.0.
30+ - Updated Node to 20.11.1.
31+
32+ ## Added
33+
34+ - Send contents to the clipboard in the integrated terminal by piping to
35+ ` code-server --stdin-to-clipboard ` or ` code-server -c ` .
36+
37+ You may want to make this an alias:
38+
39+ ```
40+ alias xclip="code-server --stdin-to-clipboard"
41+ echo -n "hello world" | xclip
42+ ```
43+
2544## [ 4.89.1] ( https://github.com/coder/code-server/releases/tag/v4.89.1 ) - 2024-04-14
2645
2746Code v1.89.1
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ install_npm() {
441441 return
442442 fi
443443 echoerr " Please install npm to install code-server!"
444- echoerr " You will need at least node v18 and a few C dependencies."
444+ echoerr " You will need at least node v20 and a few C dependencies."
445445 echoerr " See the docs https://coder.com/docs/code-server/latest/install#npm"
446446
447447 exit 1
You can’t perform that action at this time.
0 commit comments