Skip to content

VSCodium

v1.121.03429 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 12d Editors & IDEs
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

editor floss ide open-source-licensing vscode

ReleasePort's take

Moderate signal
editorial:auto 11d

Version 1.121.03429 fixes the "no version information available" error in AppImage and corrects command‑line argument handling for AppImage, while also adjusting AI Helper defaults.

Why it matters: Addresses critical AppImage usability bugs affecting deployments that rely on accurate version reporting and proper CLI argument parsing; ensures AI Helper remains disabled by default without user action.

Summary

AI summary

Broad release touches feat, msi, ui, and fix.

Changes in this release

Feature Medium

Adds update patches for version 1.118.

Adds update patches for version 1.118.

Source: llm_adapter@2026-05-23

Confidence: low

Feature Low

Updates to Visual Studio Code version 1.121.0.

Updates to Visual Studio Code version 1.121.0.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Feature Low

Adds validation logging for remote‑host mode.

Adds validation logging for remote‑host mode.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Feature Low

Introduces minAge configuration (in hours) for extensions.

Introduces minAge configuration (in hours) for extensions.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Dependency Low

Updates actions‑rust‑lang/setup‑rust‑toolchain from 1.16.0 to 1.16.1 in CI.

Updates actions‑rust‑lang/setup‑rust‑toolchain from 1.16.0 to 1.16.1 in CI.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Fixes "no version information available" error in AppImage.

Fixes "no version information available" error in AppImage.

Source: llm_adapter@2026-05-23

Confidence: high

Bugfix Medium

Fixes arguments handling on AppImage.

Fixes arguments handling on AppImage.

Source: llm_adapter@2026-05-23

Confidence: high

Bugfix Medium

Fixes arguments handling on AppImage (duplicate entry for clarity).

Fixes arguments handling on AppImage (duplicate entry for clarity).

Source: llm_adapter@2026-05-23

Confidence: high

Bugfix Medium

Fixes arguments handling on AppImage (final duplicate).

Fixes arguments handling on AppImage (final duplicate).

Source: llm_adapter@2026-05-23

Confidence: high

Bugfix Medium

Fixes AI Helper toggle behavior.

Fixes AI Helper toggle behavior.

Source: llm_adapter@2026-05-23

Confidence: low

Bugfix Medium

Fixes AI Helper toggle behavior (duplicate for completeness).

Fixes AI Helper toggle behavior (duplicate for completeness).

Source: llm_adapter@2026-05-23

Confidence: low

Bugfix Medium

Fixes AI Helper toggle behavior (final duplicate entry).

Fixes AI Helper toggle behavior (final duplicate entry).

Source: llm_adapter@2026-05-23

Confidence: low

Bugfix Medium

Ensures AI Helper is disabled by default.

Ensures AI Helper is disabled by default.

Source: llm_adapter@2026-05-23

Confidence: low

Bugfix Medium

Sets UI state to idle when appropriate.

Sets UI state to idle when appropriate.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Removes all references to the onboarding screen.

Removes all references to the onboarding screen.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Resizes the Find widget UI element.

Resizes the Find widget UI element.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Displays icons correctly in the UI.

Displays icons correctly in the UI.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Fixes MSI installer update process.

Fixes MSI installer update process.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Ensures CSS variables are always created in the UI.

Ensures CSS variables are always created in the UI.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Adds MSI install support via a secondary method.

Adds MSI install support via a secondary method.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Bugfix Medium

Fixes VSCodium invocation from Windows Subsystem for Linux (WSL).

Fixes VSCodium invocation from Windows Subsystem for Linux (WSL).

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Refactor Medium

Removes update version handling since GitHub releases are used.

Removes update version handling since GitHub releases are used.

Source: llm_adapter@2026-05-23

Confidence: low

Refactor Medium

Moves secrets configuration to environment variables.

Moves secrets configuration to environment variables.

Source: llm_adapter@2026-05-23

Confidence: low

Refactor Medium

Reverts removal of update version handling (PR #2821).

Reverts removal of update version handling (PR #2821).

Source: llm_adapter@2026-05-23

Confidence: low

Refactor Low

Adds flag to disable client validation in remote‑host mode.

Adds flag to disable client validation in remote‑host mode.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Refactor Low

Merges and moves update logging code.

Merges and moves update logging code.

Source: granite4.1:30b@2026-05-23-audit

Confidence: low

Full changelog

update vscode to 1.121.0

What's Changed

  • appimage - fix "no version information available" error by @DetachHead in https://github.com/VSCodium/vscodium/pull/2740
  • feat(1.118): update patches by @daiyam in https://github.com/VSCodium/vscodium/pull/2820
  • feat: remove update version since we use gh releases by @daiyam in https://github.com/VSCodium/vscodium/pull/2821
  • Fixed arguments on appimage by @redsigma in https://github.com/VSCodium/vscodium/pull/2818
  • feat: move secrets to environments by @daiyam in https://github.com/VSCodium/vscodium/pull/2835
  • revert: #2821 by @daiyam in https://github.com/VSCodium/vscodium/pull/2838
  • feat(1.120): update patches by @daiyam in https://github.com/VSCodium/vscodium/pull/2837
  • fix: set state to idle by @daiyam in https://github.com/VSCodium/vscodium/pull/2840
  • fix: remove all references to onboarding screen by @daiyam in https://github.com/VSCodium/vscodium/pull/2841
  • feat: make sure that ai-coauthor is off by @daiyam in https://github.com/VSCodium/vscodium/pull/2842
  • fix(msi): use .msi as extension for updater file by @daiyam in https://github.com/VSCodium/vscodium/pull/2843
  • Fix codium invocation from wsl by @whoami730 in https://github.com/VSCodium/vscodium/pull/2789
  • feat(reh): add flag to to disable client validation by @daiyam in https://github.com/VSCodium/vscodium/pull/2847
  • refactor(update): move and merge log by @daiyam in https://github.com/VSCodium/vscodium/pull/2848
  • fix(ui): resize find widget by @daiyam in https://github.com/VSCodium/vscodium/pull/2849
  • fix(ui): show icons correctly by @daiyam in https://github.com/VSCodium/vscodium/pull/2851
  • enhance(reh): add log for validation by @daiyam in https://github.com/VSCodium/vscodium/pull/2852
  • fix(msi): install update by @daiyam in https://github.com/VSCodium/vscodium/pull/2853
  • build(deps): bump actions-rust-lang/setup-rust-toolchain from 1.16.0 to 1.16.1 by @dependabot[bot] in https://github.com/VSCodium/vscodium/pull/2859
  • feat(1.121): update patches by @daiyam in https://github.com/VSCodium/vscodium/pull/2860
  • fix(ui): make sure that css variable is always created by @daiyam in https://github.com/VSCodium/vscodium/pull/2862
  • feat: minAge in hours and add it to extensions by @daiyam in https://github.com/VSCodium/vscodium/pull/2868
  • fix(msi): add msi install on second method... by @daiyam in https://github.com/VSCodium/vscodium/pull/2867

New Contributors

  • @redsigma made their first contribution in https://github.com/VSCodium/vscodium/pull/2818
  • @whoami730 made their first contribution in https://github.com/VSCodium/vscodium/pull/2789

Full Changelog: https://github.com/VSCodium/vscodium/compare/1.116.02821...1.121.03429

x86 64bits

Windows User Installer VSCodiumUserSetup-x64-1.121.03429.exe System Installer VSCodiumSetup-x64-1.121.03429.exe .zip VSCodium-win32-x64-1.121.03429.zip .msi - updates enabled VSCodium-x64-1.121.03429.msi .msi - updates disabled VSCodium-x64-updates-disabled-1.121.03429.msi Remote Host vscodium-reh-win32-x64-1.121.03429.tar.gz Web Host vscodium-reh-web-win32-x64-1.121.03429.tar.gz CLI vscodium-cli-win32-x64-1.121.03429.tar.gz macOS .dmg VSCodium.x64.1.121.03429.dmg .zip VSCodium-darwin-x64-1.121.03429.zip Remote Host vscodium-reh-darwin-x64-1.121.03429..tar.gz Web Host vscodium-reh-web-darwin-x64-1.121.03429.tar.gz CLI vscodium-cli-darwin-x64-1.121.03429.tar.gz Linux .deb codium_1.121.03429_amd64.deb .rpm codium-1.121.03429-el8.x86_64.rpm .tar.gz VSCodium-linux-x64-1.121.03429.tar.gz AppImage VSCodium-1.121.03429.glibc2.30-x86_64.AppImage
VSCodium-1.121.03429.glibc2.30-x86_64.AppImage.zsync Snap codium_1.121.03429_amd64.snap Remote Host vscodium-reh-linux-x64-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-x64-1.121.03429.tar.gz CLI vscodium-cli-linux-x64-1.121.03429.tar.gz Alpine Remote Host vscodium-reh-alpine-x64-1.121.03429.tar.gz Web Host vscodium-reh-web-alpine-x64-1.121.03429.tar.gz

ARM 64bits

Windows User Installer VSCodiumUserSetup-arm64-1.121.03429.exe System Installer VSCodiumSetup-arm64-1.121.03429.exe .zip VSCodium-win32-arm64-1.121.03429.zip CLI vscodium-cli-win32-arm64-1.121.03429.tar.gz macOS .dmg VSCodium.arm64.1.121.03429.dmg .zip VSCodium-darwin-arm64-1.121.03429.zip Remote Host vscodium-reh-darwin-arm64-1.121.03429.tar.gz Web Host vscodium-reh-web-darwin-arm64-1.121.03429.tar.gz CLI vscodium-cli-darwin-arm64-1.121.03429.tar.gz Linux .deb codium_1.121.03429_arm64.deb .rpm codium-1.121.03429-el8.aarch64.rpm .tar.gz VSCodium-linux-arm64-1.121.03429.tar.gz Snap codium_1.121.03429_arm64.snap Remote Host vscodium-reh-linux-arm64-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-arm64-1.121.03429.tar.gz CLI vscodium-cli-linux-arm64-1.121.03429.tar.gz Alpine Remote Host vscodium-reh-alpine-arm64-1.121.03429.tar.gz Web Host vscodium-reh-web-alpine-arm64-1.121.03429.tar.gz

ARM 32bits

Linux .deb codium_1.121.03429_armhf.deb .rpm codium-1.121.03429-el8.armv7hl.rpm .tar.gz VSCodium-linux-armhf-1.121.03429.tar.gz Remote Host vscodium-reh-linux-armhf-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-armhf-1.121.03429.tar.gz CLI vscodium-cli-linux-armhf-1.121.03429.tar.gz

PPC 64bits

Linux .deb codium_1.121.03429_ppc64el.deb .rpm codium-1.121.03429-el8.ppc64le.rpm .tar.gz VSCodium-linux-ppc64le-1.121.03429.tar.gz Remote Host vscodium-reh-linux-ppc64le-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-ppc64le-1.121.03429.tar.gz CLI vscodium-cli-linux-ppc64le-1.121.03429.tar.gz

RISC-V 64bits

Linux .tar.gz VSCodium-linux-riscv64-1.121.03429.tar.gz Remote Host vscodium-reh-linux-riscv64-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-riscv64-1.121.03429.tar.gz

Loong 64bits

Linux .tar.gz VSCodium-linux-loong64-1.121.03429.tar.gz Remote Host vscodium-reh-linux-loong64-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-loong64-1.121.03429.tar.gz

s390x

Linux Remote Host vscodium-reh-linux-s390x-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-s390x-1.121.03429.tar.gz

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track VSCodium

Get notified when new releases ship.

Sign up free

About VSCodium

binary releases of VS Code without MS branding/telemetry/licensing

All releases →

Beta — feedback welcome: [email protected]