Skip to content

Commit

Permalink
feat(code-server): upgrade code-server to v4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Dec 22, 2023
1 parent b0f4631 commit e85a91a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-cameras-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-ide": minor
---

feat(code-server): upgrade code-server to v4.20.0
3 changes: 2 additions & 1 deletion src/installers/code-server.installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
ARCH="arm64"
fi

CODE_SERVER_VERSION=4.19.1
CODE_SERVER_VERSION=4.20.0
curl -L https://github.com/coder/code-server/releases/download/v$CODE_SERVER_VERSION/code-server-$CODE_SERVER_VERSION-linux-$ARCH.tar.gz -o /usr/lib/code-server.tgz
tar -xf /usr/lib/code-server.tgz -C /usr/lib
rm -rf /usr/lib/code-server.tgz
Expand Down Expand Up @@ -50,6 +50,7 @@ echo '{
// workbench
"workbench.startupEditor": "none",
"workbench.colorTheme": "Default Dark Modern",
"workbench.tree.enableStickyScroll": true,
"workbench.tree.renderIndentGuides": "always",
// editor
// "editor.linkedEditing": true, // There are some bugs in tsx file when enabling this. Use `Auto Rename Tag` extension intead.
Expand Down

0 comments on commit e85a91a

Please sign in to comment.