GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
If you would like to see the commands we run to build vscode into VSCodium binaries, have a look at the workflow files in .github/workflows for Windows, GNU/Linux and macOS. These build files call all the other scripts in the repo. If you find something that doesn't make sense, feel...
patch -u src/vs/platform/update/electron-main/updateService.win32.ts -i ../patches/update-cache-path.patchyarn --frozen-lockfile yarn postinstallif [[ "$BUILDARCH" == *"arm"* ]]; then sed -i -z 's/,\n[^\n]*arm[^\n]*//' node_modules/vscode-sqlite3/binding.gyp ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers krehel Assignees No one assigned Labels bump-cask-pr Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. None yet...
if [[ $github.event.number ]]; then echo "It's a PR"export SHOULD_BUILD="yes" export SHOULD_DEPLOY="no" else echo "It's a cron"export SHOULD_DEPLOY="yes" fiif [[ $GITHUB_ENV ]]; then echo "SHOULD_BUILD=$SHOULD_BUILD" >> $GITHUB_ENV...
At some point between 1.85.2.24019 and 1.86.2.24053 vscodium got abnormally slow to startup To Reproduce Install 1.85.2.24019 or below and run time vscodium --verbose --disable-extensions, CTRL-C when window loaded Install 1.86.2.24053 o...
Topic Description vscodium: PKGPROV code -> codium Package(s) Affected vscodium: 1.91.0.24190-1 Security Update? No Build Order #buildit vscodium Test Build(s) Done Primary Architectures AMD64 amd64 AArch64 arm64
This repo exists so that you don't have to download+build from source. The build scripts in this repo clone Microsoft's vscode repo, run the build commands, and upload the resulting binaries toGitHub releases.These binaries are licensed under the MIT license. Telemetry is disabled. ...
https://github.com/VSCodium/vscodium https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo 镜像大小 (Mirror size) No response 备注(Note) 并非是 github release,而是 yum/apt 包管理仓库。 期望上线的镜像站 (Expected mirroring sites) TUNA - https://mirrors.tuna.tsinghua.edu.cn BFSU - https:...
Jun 24, 2024 - There is a small "dead time" in VSCodium startup: [main 2024-06-24T12:12:16.258Z] IPC Object URL: Registered new channel vscode:47ae974f-1e51-4eea-9da1-79cde0bf3559. [main 2024-06-24T12:12:16.258Z] window#validateWindowState: validating window state on 3 display...