We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packaging build locally takes for ever
npm run gulp <variant>
.exe file was expected as build completion output. But only get the timestamp date log
.exe
[20:45:24] Starting 'vscode-win32-x64'... [20:45:24] Starting clean-out-build ... [20:45:24] Finished clean-out-build after 20 ms [20:45:24] Starting build-date-file ... [20:45:24] Finished build-date-file after 3 ms [20:45:24] Starting compile-api-proposal-names ... [20:45:24] Starting compilation api-proposal-names... [20:45:24] Finished compilation api-proposal-names with 0 errors after 127 ms [20:45:24] Finished compile-api-proposal-names after 143 ms [20:45:24] Starting compile-src ... [20:45:41] [mangler] Done collecting. Classes: 8129. Exported symbols: 9886 [20:45:48] [mangler] Done creating class replacements [20:45:48] [mangler] Starting prepare rename edits [20:45:49] Starting compilation...
OS: Windows 10, 64 bit Node version 20(but same result in other versions as well) Build: Triggered locally using npm run gulp
The text was updated successfully, but these errors were encountered:
Yeah, that's just how it is from VSCode - takes around an 1hr. Please be patient! Let me know if it works
Sorry, something went wrong.
nang-dev
Fryingpannn
No branches or pull requests
Describe the bug
Packaging build locally takes for ever
How to reproduce
npm run gulp <variant>
Expected behavior
.exe
file was expected as build completion output. But only get the timestamp date logScreenshots
Additional information
OS: Windows 10, 64 bit
Node version 20(but same result in other versions as well)
Build: Triggered locally using npm run gulp
The text was updated successfully, but these errors were encountered: