File tree 2 files changed +20
-1
lines changed
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
22
22
23
23
## Unreleased
24
24
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
+
25
44
## [ 4.89.1] ( https://github.com/coder/code-server/releases/tag/v4.89.1 ) - 2024-04-14
26
45
27
46
Code v1.89.1
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ install_npm() {
441
441
return
442
442
fi
443
443
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."
445
445
echoerr " See the docs https://coder.com/docs/code-server/latest/install#npm"
446
446
447
447
exit 1
You can’t perform that action at this time.
0 commit comments