This PR refactors core VS Code modules and resolves issues with local development setup. The primary outcome is that the project now works properly when run locally, particularly via bash scripts/code.sh.
Key Changes
Refactored import paths across base, platform, workbench, and editor modules
Updated VS Code source to ensure proper referencing of imports
Incorporated recent VS Code fixes and improvements
Modified local development scripts and configurations
Main Outcome
The project now runs successfully via bash scripts/code.sh
Local development environment is fully functional
How Has This Been Tested?
[x] Successfully ran bash scripts/code.sh multiple times
[x] Tested full local development workflow
[x] Verified functionality across different modules (base, platform, workbench, editor)
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[x] Refactor (non-breaking change which improves code quality)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
This PR refactors core VS Code modules and resolves issues with local development setup. The primary outcome is that the project now works properly when run locally, particularly via
bash scripts/code.sh
.Key Changes
Main Outcome
bash scripts/code.sh
How Has This Been Tested?
bash scripts/code.sh
multiple timesTypes of changes