File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Setup code-server
22
3- ## Usage
3+ 💻 Install [ code-server ] to run a local VS Code web instance
44
5- 👇 This demo workflow will install code-server and then start a new VS Code web
6- IDE instance that you can view using something like [ ngrok] or [ cloudflared] .
7- Check out the [ other @cidebug actions] like [ setup-ngrok] or [ setup-cloudflared]
5+ ## Usage
86
97``` yml
108on : push
@@ -22,5 +20,8 @@ After code-server has been setup, you can run it like this:
2220code-server
2321```
2422
25- 📚 Make sure you check out the code-server documentation for a full account of
23+ 📚 Make sure you check out [ the code-server documentation] for a full list of
2624all the options that you can play around with!
25+
26+ [ code-server ] : https://github.com/coder/code-server
27+ [ the code-server documentation ] : https://coder.com/docs/code-server/latest/guide
Original file line number Diff line number Diff line change 22set -ex
33
44if [[ $RUNNER_OS == Windows ]]; then
5- export FORCE_NODE_VERSION=1
5+ export FORCE_NODE_VERSION=18
66 old_script_shell=$( npm config get script-shell)
77 npm config set script-shell ' C:\Program Files\Git\bin\bash.exe'
88 npm install --global " code-server@$INPUT_CODE_SERVER_VERSION " --unsafe-perm
You can’t perform that action at this time.
0 commit comments