Skip to content

Conversation

@CodeByNikolas
Copy link
Member

Made modifications to the operator so it spawns a Language server when a theia session without ls is being started

Adds the capability to run language servers in separate, dedicated containers, rather than inside the Theia container.

This change introduces a new  class to encapsulate the logic for creating and managing language server resources (Deployments and Services). Both the Eager and Lazy session handlers have been refactored to use this new utility, ensuring consistent behavior and reducing code duplication.

The language server container image and ports are now configurable via the AppDefinition, making the system more flexible. The Kubernetes templates for the language server have also been updated to support dynamic port configuration.

This lays the groundwork for a more scalable and maintainable architecture where language servers are decoupled from the IDE container.
@CodeByNikolas CodeByNikolas marked this pull request as draft December 15, 2025 23:24
@coderabbitai
Copy link

coderabbitai bot commented Jan 12, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Milestone 1

Development

Successfully merging this pull request may close these issues.

Implement the external LS into the operator

3 participants