Strip scorpio to unique Theia features for parallel installation#183
Draft
Predixx wants to merge 17 commits into
Draft
Strip scorpio to unique Theia features for parallel installation#183Predixx wants to merge 17 commits into
Predixx wants to merge 17 commits into
Conversation
Defines what to keep (workspace-root auto-clone, env strategy, settings protection, git identity fallback, auth) and what to remove (sidebar, course/exercise UI, submit, repo detection, websocket, UML, realtime sync, all shared models). Includes package.json, tsconfig.json, and webpack.config.js changes. Codex-reviewed and approved.
…move dead HTTP helpers
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
… docs Auth has no consumer after the feature strip: clone uses GIT_URI directly, git identity uses GIT_USER/GIT_MAIL, settings protection needs no token. Remove ARTEMIS_TOKEN from env requirements so DataBridge polling no longer blocks on a value scorpio never reads. Fix disposable leak in initSettings. Rewrite READMEs to reflect the stripped-down Theia infrastructure scope.
7 tasks
- Remove legacy .eslintrc.json (superseded by eslint.config.js flat config) - Remove unused ts-node devDependency - Drop dead "Extension Tests" launch config and stale ARTEMIS_TOKEN env entry - Replace real VCS credentials in launch.json with placeholders - Exclude dev tooling configs and docs from the VSIX package - Remove yo-code boilerplate quickstart and internal planning docs - Add MIT license text and package.json license field
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
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
theia.tsprevents workspace wipes on extension reload by checking if the cloned repo already matchesGIT_URIARTEMIS_TOKEN,ARTEMIS_URL,GIT_URIare required.GIT_USER/GIT_MAILare optional (hostname fallback exists).THEIA_FLAGauto-set when bridge returns required keys.settings.tsandextension.tsWhat remains (8 source files)
src/extension.tssrc/theia/theia.tssrc/theia/env-strategy.tssrc/shared/settings.tssrc/authentication/authentication_provider.tssrc/authentication/not_authenticated.error.tssrc/artemis/authentication.client.tssrc/infra/http/artemis-http.client.tsTest plan
rm -rf node_modules dist package-lock.json && npm install && npm run build:extension)npm run lint)GIT_URIset