Package window installation package keeps timeout
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Steps to Reproduce:
- When packaging the window installation package and consistently exceeding the time limit, an error message appears
AbortError: This operation was aborted at new DOMException (node:internal/per_context/domexception:53:5) at AbortController.abort (node:internal/abort_controller:391:18) at Timeout._onTimeout (D:\vscode源码\vscode-wss\vscode\build\lib\fetch.js:47:53) at listOnTimeout (node:internal/timers:581:17)
Where do you see this error? What are you trying to do?
您在哪里看到这个错误?您想做什么? Package window installation package
Where do you see this error? Show me a screenshot.
Where do you see this error? Show me a screenshot.你在哪里看到这个错误?请截图给我看看。
Oh so you are trying to build the vscode server.
I assume that you have all the pre-requisites here:
https://github.com/microsoft/vscode/wiki/How-to-Contribute
@deepak1556 any ideas why building would timeout like this?
The original issue talks about window installation but the error screenshot is from linux remote server, please clarify the issue. Can you access https://nodejs.org/dist/v20.18.3/ ? The timeout is from https://github.com/microsoft/vscode/blob/e806b1ba019c196e7c410cb9d4964f1e0419423b/build/lib/fetch.ts#L53 which hints to be a network error on your end. Couple of things to try,
- Run with verbose option by passing it via https://github.com/microsoft/vscode/blob/e806b1ba019c196e7c410cb9d4964f1e0419423b/build/gulpfile.reh.js#L235
- Test with
mainbranch which uses Node.js v22.15.0
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!