How to initialize code-server with extensions, settings, shortcuts, etc. using config file? #2842
-
We want to initialize code-server with some-preset |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 10 replies
-
Hi @arita37 - this is already possible, to some extent. If you look at the logs when code-server starts, it uses a config file somewhere on your machine like: Here's what the file looks like: bind-addr: 127.0.0.1:8080
auth: password
password: helloworld
cert: false Any flag that the CLI accepts should be configurable in the yaml file. Hope that helps! Please reopen if I misunderstood and you need something else! |
Beta Was this translation helpful? Give feedback.
-
How to pre-installed extensions ?
Suppose I have extension on disk
and wants to install them from config file
at start
and same for dakr mode,
Shortcuts
… On Mar 9, 2021, at 2:16, Joe Previte ***@***.***> wrote:
Closed #2831.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
A few things you can do: |
Beta Was this translation helpful? Give feedback.
-
hey, @jsjoeio code-server: v3.9.1
VS Code: v1.53.2 can you please help me fix this issue? |
Beta Was this translation helpful? Give feedback.
-
Use dotfiles for preconfiguring your code-server instance. https://github.com/nooobcoder/dot Please mark this discussion as answered if your query has been resolved. |
Beta Was this translation helpful? Give feedback.
-
Can I use on Colab with Colabcode ?
… On Apr 4, 2021, at 14:17, Ankur Paul ***@***.***> wrote:
@arita37 any update, did this work out?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
Thanks
My question,
/install.sh requires which access right
and install ????
Am on server no sudo right
… On Apr 4, 2021, at 21:25, Ankur Paul ***@***.***> wrote:
[UPDATE]
I checked out colabcode, it is nice but configuring the server with dot files is not at all possible because, you are not allowed a terminal access as I told you before. I am attaching a screenshot below. Also, it runs on a fork of CodeServer v3.7~ which is a lot older. Latest version is 3.9.2. I request you to refrain from such volatile dev environments which are pruned when the colab notebook is shut down.
Thank you, please mark the discussion as answered, as this does not required any further discussion.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
It requires 400 to be executed
…On Sun, 4 Apr, 2021, 6:09 pm Kev. Noel, ***@***.***> wrote:
Thanks
My question,
/install.sh requires which access right
and install ????
Am on server no sudo right
> On Apr 4, 2021, at 21:25, Ankur Paul ***@***.***> wrote:
>
>
> [UPDATE]
>
> I checked out colabcode, it is nice but configuring the server with dot
files is not at all possible because, you are not allowed a terminal access
as I told you before. I am attaching a screenshot below. Also, it runs on a
fork of CodeServer v3.7~ which is a lot older. Latest version is 3.9.2. I
request you to refrain from such volatile dev environments which are pruned
when the colab notebook is shut down.
>
> Thank you, please mark the discussion as answered, as this does not
required any further discussion.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2842 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMAEV3FMJYGH76D635HX3W3THBMYDANCNFSM4ZLFENBA>
.
|
Beta Was this translation helpful? Give feedback.
Use dotfiles for preconfiguring your code-server instance.
You can check my dot file config repo if you are interested. It comes with zsh by default and some pretty cool extensions.
https://github.com/nooobcoder/dot
Please mark this discussion as answered if your query has been resolved.
Thanks