EXE
WinGet
VSCodium
VSCodium · 1.80.2.23209 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
VSCodiumSetup-x64-1.80.2.23209.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
VSCodiumSetup-x64-1.80.2.23209.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /mergetasks=!runcode
File Identity
Filename
VSCodiumSetup-x64-1.80.2.23209.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VSCodium.VSCodium
Version
1.80.2.23209
Description
VSCodium is a community-driven, freely-licensed and telemetry-free rebuilt of Microsoft's Visual Studio Code.
License
MIT
↗
Homepage
https://vscodium.com
Installer URL
https://github.com/VSCodium/vscodium/releases/download/1.80.2.23209/VSCodiumSetup-x64-1.80.2.23209.exe
Upgrade Behavior
install(Install over existing)
Release Notes
What's Changed
- Apply shellcheck to vscodium root directory scripts by @zpiatt in #1569
- Apply shellcheck to all vscodium shell scripts by @zpiatt in #1572
- Shell optimizations; reduce subshell/system calls; reduce repeated code by @zpiatt in #1573
- revert: correctly detect assets by @daiyam in #1576
- fix: correctly download pkg2appimage by @daiyam in #1577
- fix: correctly update product.json by @daiyam in #1581
New Contributors
- @zpiatt made their first contribution in #1569