Asher
Asher
Whoever works on this consider how it might interop with `--enable-remote-auto-shutdown` and `--remote-auto-shutdown-without-delay` from VS Code.
No, these are not supported in any version of code-server currently. That was just a note that we should look into those VS Code flags since we might be able...
Thank you for the PR! Symlinking ripgrep should not normally be necessary, and the paths do not quite look right either (`code-oss-dev` instead of `code-server` for example, and what is...
Does disabling the "auto forward ports" option do anything?
Still might be a good idea to have a CLI flag to disable the proxy completely if needed for security reasons.
code-server runs everything as the user and it will not try to elevate permissions. The best fix is probably to use use group permissions, if you need multiple users modifying...
By default, it should install extensions in that user's home directory (see `user-data-dir`). For example with sudo: ``` $ sudo /tmp/code-server/bin/code-server [2025-06-02T19:26:40.900Z] info code-server 4.100.2 9dd999ba78032163d606fadd531de5e1fcae5443 [2025-06-02T19:26:40.901Z] info Using user-data-dir...
Oh right yeah sorry `/tmp/code-server/bin/code-server` is just where I have mine, it is not a common place for it. Hmm yeah I would expect extensions to be in `/home/sudo_user/.local/share/code-server/extensions`, in...
Hard to say why `/home/sudo_user/.local/share/code-server/extensions` had the wrong owner, but I would guess some kind of configuration issue. Looks like everything is working now though?
That version seems to be a bit old, would you be able to test the latest release candidate: https://github.com/coder/code-server/releases/tag/v4.95.1-rc.1