Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Unable to load terminal and extensions#7416

Unanswered
lavanyaburlagadda1807 asked this question inGeneral
Discussion options

I cloned the repo and attempted to generate the release using the following commands:

`
#!/bin/bash
quilt pop -a

Exit immediately if a command exits with a non-zero status

set -e

Update git submodules

git submodule update --init

Apply quilt patches

quilt push -a

Install npm dependencies

npm install

Build vscode version

VERSION=1.0.6 npm run build:vscode

General build

VERSION=1.0.6 npm run build

Create release

npm run release

Create standalone release

npm run release:standalone

Package the project

VERSION=1.0.6 npm run package

echo "✅ All steps completed successfully."
`

However, the terminal is not working:
image

Additionally, I’m seeing multiple error logs in the console:
image

While running the build, I encountered a memory heap error. To try and resolve it, I updated the following line in lib/vscode/package.json:

"gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",

with

"gulp": "node --max-old-space-size=8192 --optimize-for-size ./node_modules/gulp/bin/gulp.js",

That’s the only change I made.
Can someone please help me resolve this ASAP?

Cloned Code Server at commit -bd34cd5
VS Code's latest commit is at 18e3a1ec544e6907be1e944a94c496e302073435

You must be logged in to vote

Replies: 1 comment

Comment options

Looks like wherever it is being ran does not have a new enough glibc. You will either need to update glibc or compile with a lower version.

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
2 participants
@lavanyaburlagadda1807@code-asher

[8]ページ先頭

©2009-2025 Movatter.jp