Skip to content

Commit

Permalink
feat(code-server): install code-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Jul 16, 2024
1 parent 66e1fdf commit f24d58f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-clocks-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-ide": patch
---

feat(code-server): install code-runner
1 change: 1 addition & 0 deletions src/installers/code-server.installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ code --install-extension wmaurer.change-case
code --install-extension shardulm94.trailing-spaces
code --install-extension wwm.better-align
code --install-extension njzy.stats-bar
code --install-extension formulahendry.code-runner
code --install-extension humao.rest-client # not perfect
# sytax
code --install-extension IronGeek.vscode-env
Expand Down

0 comments on commit f24d58f

Please sign in to comment.