replace welcome page by workspace readme at installation time #4567
-
After installing code-server, I've created a workspace that it's mapping to a directory with a readme.md file and setup in the $HOME/.local/share/code-server/User/Workspaces/ws-name.code-workspace file this entry:
and in the $HOME/.local/share/code-server/User/settings.json this other entry:
When I'm accessing the first time to code-server I'm getting the Welcome page .. not my readme.md page. I'm trying but no way to setup code-server to display my readme.md page and not the Welcome page. Thnx in adv. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Also just for curiosity, at FAQs suggest to set
Thnx again. |
Beta Was this translation helpful? Give feedback.
-
Hmm...what version of code-server are you using? Can you post basic repro steps? Happy to try myself locally. I don't use Workspaces though so repro steps would help! |
Beta Was this translation helpful? Give feedback.
-
Thnx Joe .. it gave to me some ideas to solve this issue: Basically to automate this when deploying code-server:
Note: the
Thanks again. |
Beta Was this translation helpful? Give feedback.
Thnx Joe .. it gave to me some ideas to solve this issue:
Basically to automate this when deploying code-server:
curl -fsSL https://code-server.dev/install.sh | sh
code-server --install-extension ...
config.yaml
at/home/<user>/.config/code-server
directory:mkdir /home/<user>/.local/share/code-server/User/Workspaces
coder.json
at/home/<user>/.local/share/code-server
: