continue/.vscode
Patrick Erichsen 0f582f2002 feat: restore enhanced build system and integrate parallel build script
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>
2025-07-28 14:22:11 -07:00
..
extensions.json chore: 🧑‍💻 add vscode github actions extension to recommended list 2025-05-10 09:24:02 -07:00
launch.json Reapply "feat: enhance oneper utility and refactor build system for commit SHA versioning" (#6811) 2025-07-28 14:15:49 -07:00
settings.json added format on save for vscode 2025-05-20 14:20:50 +05:30
tasks.json feat: restore enhanced build system and integrate parallel build script 2025-07-28 14:22:11 -07:00