You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(Common): Clean up and standardize DTO and provider definitions
- Removed commented-out re-exports in DTO module files to reduce clutter and improve clarity
- Simplified `EstablishHostConnection` effect to single-line implementation
- Standardized formatting in DTOs (e.g., `CompletionItemDTO`) and provider traits by placing comments above fields/parameters
- Reorganized module exports in `LanguageFeature/DTO/mod.rs` for logical grouping
- Updated parameter formatting in provider traits (`LanguageFeatureProviderRegistry`, `SourceControlManagementProvider`, `TreeViewProvider`, `WebViewProvider`) for consistency
- Removed placeholder module comments from synchronization and testing components
- Rebuilt `libCommon` artifacts to reflect source changes
These changes enhance code maintainability and consistency across the `Common` crate, which defines Land's abstract core architecture. The cleanup aligns with our focus on declarative patterns by removing unnecessary comments and standardizing DTO/provider interfaces used by `Mountain` implementations and `Cocoon`'s Effect-TS services.
0 commit comments