Skip to content

Update Code to 1.116.0#7754

Merged
code-asher merged 4 commits into
coder:mainfrom
benz0li:code-1.116.0
Apr 15, 2026
Merged

Update Code to 1.116.0#7754
code-asher merged 4 commits into
coder:mainfrom
benz0li:code-1.116.0

Conversation

@benz0li

@benz0li benz0li commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@benz0li benz0li requested a review from a team as a code owner April 15, 2026 11:53
@benz0li

benz0li commented Apr 15, 2026

Copy link
Copy Markdown
Contributor Author

Ping @code-asher

...
[12:03:06] Starting vscode-reh-web-linux-x64-min-ci ...
[copyCopilotNativeDeps] Copied node-pty from /home/runner/work/code-server/code-server/lib/vscode-reh-web-linux-x64/node_modules/node-pty/build/Release to /home/runner/work/code-server/code-server/lib/vscode-reh-web-linux-x64/node_modules/@github/copilot/prebuilds/linux-x64
[12:03:06] 'vscode-reh-web-linux-x64-min-ci' errored after 23 s
[12:03:06] Error: [prepareBuiltInCopilotExtensionShims] Copilot SDK directory not found at /home/runner/work/code-server/code-server/lib/vscode-reh-web-linux-x64/extensions/copilot/node_modules/@github/copilot/sdk
    at prepareBuiltInCopilotExtensionShims (file:///home/runner/work/code-server/code-server/lib/vscode/build/lib/copilot.ts:133:9)
    at /home/runner/work/code-server/code-server/lib/vscode/build/gulpfile.reh.ts:472:3
    at file:///home/runner/work/code-server/code-server/lib/vscode/build/lib/task.ts:62:22
    at new Promise (<anonymous>)
    at _doExecute (file:///home/runner/work/code-server/code-server/lib/vscode/build/lib/task.ts:50:9)
    at _execute (file:///home/runner/work/code-server/code-server/lib/vscode/build/lib/task.ts:40:8)
    at result (file:///home/runner/work/code-server/code-server/lib/vscode/build/lib/task.ts:85:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
Error: Process completed with exit code 1.

https://github.com/coder/code-server/actions/runs/24452988588/job/71446293224?pr=7754#step:11:633

@benz0li

benz0li commented Apr 15, 2026

Copy link
Copy Markdown
Contributor Author

Possibly caused by

Happy Coding!

– https://code.visualstudio.com/updates/v1_116

Seems the vscode build requires this separately now.
A giant modal window asking you to sign in for AI features is blocking
the tests.  Rather than have to click through it, see if disabling the
features makes it go away.
The welcome page setting did not seem to work.

@code-asher code-asher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think I got it working. Thank you!

@code-asher code-asher merged commit 7cc2270 into coder:main Apr 15, 2026
12 checks passed
@code-asher

Copy link
Copy Markdown
Member

The size went up quite a bit again, I think because of the Copilot extension not being optimized. Looks like there is a PR to optimize it but has not been merged yet.

I might remove the sourcemaps in the meantime just to get the size back down since we should probably do that anyway.

@benz0li

benz0li commented Apr 17, 2026

Copy link
Copy Markdown
Contributor Author

code-server-4.116.0-linux-amd64.tar.gz with Code 1.116.0 is deployed at https://coder.jupyter.b-data.ch.

Functionality [modified by patches] tested and found to work:

  • base-path
  • cli-window-open
  • local-storage
  • marketplace
  • proxy-url
  • service-worker
  • web view

Workspaces and Jupyter Notebooks also work fine:

  • ms-toolsai.jupyter@2025.9.1
  • ms-python.python@2026.4.0

@code-asher Have you tested the AI Features (built-in GitHub Copilot Chat)?

@code-asher

code-asher commented Apr 17, 2026

Copy link
Copy Markdown
Member

Have you tested the AI Features (built-in GitHub Copilot Chat)?

I tested logging in and that the chat responds, but I did not go deep with it.

@code-asher

code-asher commented Apr 17, 2026

Copy link
Copy Markdown
Member

I should also mention I ended up pulling in that copilot optimization patch because it was still kinda huge (even after optimization it is still something like 40 MB 💀), so we will probably have to remove that patch next release assuming they merge it in time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants