EXE
WinGet
VSCodium
VSCodium · 1.95.2.24313 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
VSCodiumUserSetup-x64-1.95.2.24313.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
VSCodiumUserSetup-x64-1.95.2.24313.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /mergetasks=!runcode
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2E1F05D1-C245-4562-81EE-28188DB6FD17}_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
1.95.2.24313
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
VSCodiumUserSetup-x64-1.95.2.24313.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VSCodium.VSCodium
Version
1.95.2.24313
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.95.2.24313/VSCodiumUserSetup-x64-1.95.2.24313.exe
Upgrade Behavior
install(Install over existing)
Release Notes
update vscode to 1.95.2What's Changed
- build: split big arch patch (wip) by @daiyam in #2085
- Add Render Glitch Workwaround to DOCS.MD by @266-750Balloons in #1699
- feat: loong64 support for reh server by @darkyzhou in #2087
- fix: Crashpad disabled regardless of enable-crash-reporter argv #1832 by @AgFlore in #1838
- fix: mismatch with arch enum and move misplaced code by @daiyam in #2092
- fix appimage build by setting ARCH env by @KnowZero in #2095
New Contributors
- @266-750Balloons made…