[pull] main from coder:main by pull[bot] · Pull Request #79 · C-EO/code-server · GitHub
Skip to content

[pull] main from coder:main - #79

Open
pull[bot] wants to merge 132 commits into
C-EO:mainfrom
coder:main
Open

[pull] main from coder:main#79
pull[bot] wants to merge 132 commits into
C-EO:mainfrom
coder:main

Conversation

@pull

@pull pull Bot commented May 8, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot locked and limited conversation to collaborators May 8, 2026
@pull pull Bot added ⤵️ pull merge-conflict Resolve conflicts manually labels May 8, 2026
code-asher added 2 commits May 8, 2026 09:58
Every hour seems aggressive, typically I will only check for PRs once a
day anyway.
You can now more easily run the update script to finish out an update
and the documentation is updated to match.
@code-asher
code-asher force-pushed the main branch 3 times, most recently from 70fb76d to c3f63c3 Compare May 8, 2026 21:15
@code-asher
code-asher force-pushed the main branch 3 times, most recently from 279bfc1 to ffbdec0 Compare May 20, 2026 22:08
Technically it is Code (or Code OSS), not VS Code.
The branches filter is the target, not the PR branch.
cdrci and others added 3 commits May 20, 2026 15:41
code-asher and others added 21 commits August 6, 2026 13:06
We use the cookie parser to remove the code-server token but by default
it encodes using encodeURIComponent, which encodes more than is strictly
necessary and can break proxied applications.

Now we pass the cookies through unchanged (other than removing the
code-server token).

Fixes #7927.
With the update to node.js v24 in vscode and package.json some files have not been updated and still referenced version 22.x.
npm 12 rejects unknown CLI flags, so the npm install path crashes
with EUNKNOWNCONFIG before installing. The flag has been a no-op
since npm 7; remove it from install.sh and the postinstall guard.
One was updated by Dependabot, but not the others.
runleveldev and others added 8 commits August 20, 2026 13:24
Installing on the wrong node version dies with "FORCE_NODE_VERSION: unbound
variable" instead of explaining itself. The script runs under set -u and
this is the one place the variable is read bare; the three other reads all
default it.
npm install fails on Windows in postinstall with "mklink: command not
found". mklink is a cmd.exe builtin rather than an executable, so the sh
running this script cannot exec it, and every symlink the install needs is
made this way.

The doubled slashes are the usual MSYS escaping, and are safe here because
this branch only runs when the OS was detected as cygwin or mingw.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.