Skip to content

Commit 6dfa4be

Browse files
1 parent c8bfb37 commit 6dfa4be

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • Source/Vine/Server/Notification

Source/Vine/Server/Notification/mod.rs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,17 @@ pub mod WebviewPostMessage;
8080
pub mod OpenExternal;
8181
pub mod SecurityIncident;
8282
pub mod SetLanguageConfiguration;
83+
84+
// --- Batch 15: inline arms atomised from `MountainVinegRPCService` dispatcher.
85+
// These were previously ~300 lines of inline match-arm bodies; now each
86+
// wire method is a one-fn file that the dispatcher delegates into.
87+
pub mod ExtensionActivated;
88+
pub mod ExtensionDeactivated;
89+
pub mod ExtensionHostMessage;
90+
pub mod LanguagesSetDocumentLanguage;
91+
pub mod ProgressEnd;
92+
pub mod ProgressReport;
93+
pub mod ProgressStart;
94+
pub mod WebviewReady;
95+
pub mod WindowShowTextDocument;
96+
pub mod WorkspaceApplyEdit;

0 commit comments

Comments
 (0)