Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/
Workspace.rs

1//! Workspace RPC service. `WorkspaceService::Struct` is the impl handle;
2//! `WorkspaceFolder::Struct` and `TextDocumentInfo::Struct` are the DTOs
3//! returned over the wire.
4
5pub mod TextDocumentInfo;
6
7pub mod WorkspaceFolder;
8
9pub mod WorkspaceService;