{{ message }}
[pull] main from coder:main - #79
Open
pull[bot] wants to merge 132 commits into
Open
Conversation
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
force-pushed
the
main
branch
3 times, most recently
from
May 8, 2026 21:15
70fb76d to
c3f63c3
Compare
Not completely sure this is correct, but will debug with the next release.
For some reason, I never actually published the draft on this one. Since 4.121.0 will be out shortly, opted to just skip it.
code-asher
force-pushed
the
main
branch
3 times, most recently
from
May 20, 2026 22:08
279bfc1 to
ffbdec0
Compare
Technically it is Code (or Code OSS), not VS Code.
The branches filter is the target, not the PR branch.
I think the syntax changed when we moved from yarn to npm.
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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 : )