Description
A stale comment block in crates/mcpls-core/src/bridge/translator.rs at line 107 references "Phase 3-5" work that has since been completed (initialize/shutdown now handled by LspServer in lifecycle.rs). The comment is misleading for readers.
Expected Behavior
Dead TODO comments are removed or replaced with an accurate description.
Actual Behavior
// TODO: These methods will be implemented in Phase 3-5
// Initialize and shutdown are now handled by LspServer in lifecycle.rs
// Future implementation will use LspServer instead of LspClient directly
The TODO is resolved but the comment remains, creating confusion about what is still pending.
Description
A stale comment block in
crates/mcpls-core/src/bridge/translator.rsat line 107 references "Phase 3-5" work that has since been completed (initialize/shutdown now handled byLspServerinlifecycle.rs). The comment is misleading for readers.Expected Behavior
Dead TODO comments are removed or replaced with an accurate description.
Actual Behavior
The TODO is resolved but the comment remains, creating confusion about what is still pending.