forked from VSCodium/vscodium
-
Notifications
You must be signed in to change notification settings - Fork 5
Update to VSCodium 1.108.1 #18
New issue
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move Explorer, Search, SCM, and Run/Debug from the primary Activity Bar to the Secondary Side Bar. This hides the buttons from the main sidebar while preserving all functionality via keyboard shortcuts and commands. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Sync with upstream VSCodium 1.108.1 (VS Code 1.108.1) - Re-apply Codex branding and customizations - Update patches for compatibility with new VS Code version - Fix microphone.patch for updated webview allowRules - Update all workflows with Codex environment variables Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ar-items feat(ui): add patch to hide activity bar items
Resolved conflicts: - Kept deletions from dest/master (insider workflows, lock, stale, spearhead) - Used dest versions for docs, README, snapcraft configs - Used upstream patches for 1.108 compatibility - Used upstream prepare_vscode.sh structure with Codex branding - Used upstream utils.sh with new variables (TUNNEL_APP_NAME, GLOBAL_DIRNAME) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…into update/1.108
VS Code 1.108 requires Node 22.21.1. Update Linux and Windows workflows to use node-version-file: '.nvmrc' instead of hardcoded Node 20.x. - Update actions/setup-node from v4 to v6 - Replace hardcoded node-version with node-version-file: '.nvmrc' Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
VS Code 1.108 requires Node 22.21.1. Update Dockerfile base images from node:20.19.0 to node:22.21.1. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The reh_alpine job was missing the Node.js setup step, causing it to use the runner's default Node version instead of 22.21.1. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The script moved to build/linux/install_gh.sh in upstream. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Key Changes
Version Updates:
CI/Build Fixes:
Features:
patches/user/microphone.patchrelated)Test Binaries
Pre-built test binaries are available at:
https://github.com/andrewhertog/codex/releases/tag/1.108.10578
Test plan
🤖 Generated with Claude Code