![]() This PR combines two improvements to the build system: 1. **Restore Enhanced Build System** (reverts PR #6811) - Restores commit SHA versioning for VS Code extensions - Brings back reusable GitHub Actions workflows - Re-enables monorepo build system with local file dependencies - Restores enhanced oneper utility with commit SHA support 2. **Integrate Parallel Build Script** (integrates PR #6821) - Replaces shell/PowerShell build scripts with JavaScript version - Implements parallel package building for 40% faster builds (20s → 12s) - Cross-platform compatibility using Node.js instead of platform-specific scripts - Enhanced error reporting and build status visibility ## Key Changes - ✅ Reusable GitHub Actions workflow for VS Code extension builds - ✅ Commit SHA versioning restored in extension package.json - ✅ Enhanced oneper utility with full commit SHA support - ✅ New `scripts/build-packages.js` with parallel execution - ✅ Removed platform-specific `build-packages.sh` and `build-packages.ps1` - ✅ Updated all workflows and tasks to use the new build script ## Performance Impact Build time improvement: **20s → 12s** (40% faster) due to parallel execution 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
---|---|---|
.. | ||
extensions.json | ||
launch.json | ||
settings.json | ||
tasks.json |