DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/RPC/CocoonService/Workspace.rs
1//! Workspace-domain handlers for `CocoonService`. Five entry points cover
2//! document open/save, edit application, configuration changes, and
3//! workspace-folder updates.
4
5pub mod ApplyEdit;
6
7pub mod OpenDocument;
8
9pub mod SaveAll;
10
11pub mod UpdateConfiguration;
12
13pub mod UpdateWorkspaceFolders;