[01:00:18] The following tasks did not complete: core-ci \n[01:00:18] Did you forget to signal async completion?
Dieses Issue hat noch niemand übernommen.
Bewertung
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Anfängerfreundlichkeit
- 35/100
- Issue-Typ
- Bug
- Klarheit
- Muss geklärt werden
- Aktivitätsstatus
- Ruhig
- Tech-Stack
- node.js, typescript
- Bereich
- build-system, devtools
Rechercherichtung
Beginne damit, VERSION=1.117.0 npm run build:vscode erneut auszuführen und ci/build/build-vscode.sh zu untersuchen, und folge dann dem core-ci task in lib/vscode/gulpfile.mjs. Konzentriere dich auf die Extension-Downloads, die beginnen, bevor core-ci stoppt; fertig ist die Aufgabe, wenn der Befehl build:vscode beim dokumentierten Setup erfolgreich abgeschlossen wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Beschreibung
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser:
- Local OS: macOS
- Remote OS:
- Remote Architecture:
code-server --version:npm run gulp --version: 10.9.7
I followed this https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md#build
✅ git submodule update --init
✅ quilt push -a
✅ npm install
✅ npm run build
❌ VERSION=1.117.0 npm run build:vscode
$VERSION=1.117.0 npm run build:vscode
> code-server@0.0.0 build:vscode
> ./ci/build/build-vscode.sh
Updated 1 path from the index
> code-oss-dev@1.117.0 gulp
> node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js compile-copilot-extension-full-build
[00:57:45] Using gulpfile ~/Develop/code-server/lib/vscode/gulpfile.mjs
[00:57:45] Starting 'compile-copilot-extension-full-build'...
[00:57:45] Starting clean-copilot-build ...
[00:57:46] Finished clean-copilot-build after 25 ms
[00:57:46] Starting package-copilot-extension-full ...
[00:57:46] esbuilding copilot: Running in CI environment, applying package.json patch for correct versioning and pre-release status...
[00:57:49] esbuilding copilot: Creating symlinks for Claude session storage and instructions...
[00:57:50] Bundled extension: copilot/.esbuild.ts with 0 errors.
(node:20389) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
[00:57:55] Finished package-copilot-extension-full after 9624 ms
[00:57:55] Starting copilot-extension-native-shims ...
[prepareBuiltInCopilotExtensionShims] Materialized shims for darwin-arm64 in ~/Develop/code-server/lib/vscode/.build/extensions/copilot
[00:57:55] [prepareCopilotExtensionNativeShims] Materialized native shims for darwin-arm64
[00:57:55] Finished copilot-extension-native-shims after 5 ms
[00:57:55] Starting compile-copilot-extension-full-build ...
[00:57:55] Finished compile-copilot-extension-full-build after 0 ms
[00:57:55] Finished 'compile-copilot-extension-full-build' after 9.66 s
> code-oss-dev@1.117.0 gulp
> node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js core-ci
[00:57:57] Using gulpfile ~/Develop/code-server/lib/vscode/gulpfile.mjs
[00:57:57] Starting 'core-ci'...
[00:57:57] Starting copy-codicons ...
[00:57:57] Finished copy-codicons after 2 ms
[00:57:57] Starting bundle-marketplace-extensions-build ...
[00:57:57] Downloading extension from GH: ms-vscode.js-debug-companion@1.1.3 ...
[00:57:57] Downloading extension from GH: ms-vscode.js-debug@1.117.0 ...
[00:57:57] Downloading extension from GH: ms-vscode.vscode-js-profile-table@1.0.10 ...
(node:20501) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
[00:57:58] The following tasks did not complete: core-ci
[00:57:58] Did you forget to signal async completion?
git status
HEAD detached at 10c8e557c8b
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: build/gulpfile.extensions.ts
modified: build/gulpfile.reh.ts
modified: build/lib/extensions.ts
modified: extensions/copilot/package.json
modified: package-lock.json
modified: product.json
modified: src/server-main.ts
modified: src/vs/base/common/network.ts
modified: src/vs/base/common/processes.ts
modified: src/vs/base/common/product.ts
modified: src/vs/code/browser/workbench/workbench-dev.html
modified: src/vs/code/browser/workbench/workbench.html
modified: src/vs/code/browser/workbench/workbench.ts
modified: src/vs/platform/environment/common/argv.ts
modified: src/vs/platform/environment/common/environmentService.ts
modified: src/vs/platform/environment/node/argv.ts
modified: src/vs/platform/extensionManagement/node/extensionManagementService.ts
modified: src/vs/platform/extensionResourceLoader/common/extensionResourceLoader.ts
modified: src/vs/platform/externalServices/common/marketplace.ts
modified: src/vs/platform/files/node/diskFileSystemProviderServer.ts
modified: src/vs/platform/languagePacks/browser/languagePacks.ts
modified: src/vs/platform/product/common/product.ts
modified: src/vs/platform/remote/browser/browserSocketFactory.ts
modified: src/vs/platform/remote/browser/remoteAuthorityResolverService.ts
modified: src/vs/platform/request/node/proxy.ts
modified: src/vs/server/node/remoteLanguagePacks.ts
modified: src/vs/server/node/server.cli.ts
modified: src/vs/server/node/server.main.ts
modified: src/vs/server/node/serverEnvironmentService.ts
modified: src/vs/server/node/serverServices.ts
modified: src/vs/server/node/webClientServer.ts
modified: src/vs/workbench/api/browser/mainThreadCLICommands.ts
modified: src/vs/workbench/api/node/extHostCLIServer.ts
modified: src/vs/workbench/api/node/extHostExtensionService.ts
modified: src/vs/workbench/api/node/extensionHostProcess.ts
modified: src/vs/workbench/browser/contextkeys.ts
modified: src/vs/workbench/browser/parts/dialogs/dialog.ts
modified: src/vs/workbench/browser/web.api.ts
modified: src/vs/workbench/browser/web.main.ts
modified: src/vs/workbench/common/contextkeys.ts
modified: src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
modified: src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
modified: src/vs/workbench/contrib/files/browser/fileActions.contribution.ts
modified: src/vs/workbench/contrib/files/browser/views/explorerViewer.ts
modified: src/vs/workbench/contrib/remote/browser/remoteExplorer.ts
modified: src/vs/workbench/contrib/terminal/browser/remoteTerminalBackend.ts
modified: src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts
modified: src/vs/workbench/contrib/webview/browser/pre/index.html
modified: src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
modified: src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css
modified: src/vs/workbench/services/configuration/browser/configurationService.ts
modified: src/vs/workbench/services/dialogs/browser/simpleFileDialog.ts
modified: src/vs/workbench/services/environment/browser/environmentService.ts
modified: src/vs/workbench/services/extensions/common/extensions.ts
modified: src/vs/workbench/services/extensions/common/extensionsProposedApi.ts
modified: src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
modified: src/vs/workbench/services/localization/electron-browser/localeService.ts
modified: src/vs/workbench/services/storage/browser/storageService.ts
modified: src/vs/workbench/workbench.web.main.ts
Untracked files:
(use "git add <file>..." to include in what will be committed)
product.original.json
src/vs/server/node/telemetryClient.ts
src/vs/workbench/browser/client.ts
no changes added to commit (use "git add" and/or "git commit -a")
Steps to Reproduce
Expected
Build success just like independent vscode. I am able to build vscode from source and run it.
Actual
build error
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in VS Code web?
No, this works as expected in VS Code web
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
No response
- Vorherrschende Sprache
- TypeScript
- Sterne
- 79.4k
- Forks
- 6.9k
- Ø Merge
- 2 T. 13 Std.
- Gemergte PRs (30 T.)
- 39
Beitragsleitfaden
Erste Schritte
- Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
- Forken Sie das Repository und arbeiten Sie in einem Branch.
- Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.
Mehr aus coder/code-server
-
Schwierigkeit 1/5 Unter einer Stunde Anfängerfreundlichkeit 92/100
coder/code-server#8017 · 2 Kommentare ·
-
Bump proxy-addr to 2.0.8 Offensecurity
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 74/100
coder/code-server#8013 · 4 Kommentare ·
-
enhancement
Schwierigkeit 5/5 Über eine Woche Anfängerfreundlichkeit 35/100
coder/code-server#7976 · 2 Kommentare ·
-
enhancement
Schwierigkeit 5/5 Über eine Woche Anfängerfreundlichkeit 35/100
coder/code-server#7962 · 3 Kommentare ·
-
bug needs-investigation
Schwierigkeit 4/5 3-5 Tage Anfängerfreundlichkeit 55/100
coder/code-server#7955 · 1 Kommentar ·
Alle Issues in coder/code-server
Ähnliche Issues
-
blocklist removal
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 65/100
MetaMask/eth-phishing-detect#296544 ·
-
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 70/100
pastelsky/bundlephobia#1122 ·
-
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 70/100
-
category/development priority/P2 scope/file-operations scope/testing type/enhancement
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 75/100
-
Enatega Customer and Rider app: Add-ons price is not visible to customer after order is placed. Offen
Schwierigkeit 2/5 1-3 Stunden Anfängerfreundlichkeit 75/100