We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bfb37 commit 6dfa4beCopy full SHA for 6dfa4be
1 file changed
Source/Vine/Server/Notification/mod.rs
@@ -80,3 +80,17 @@ pub mod WebviewPostMessage;
80
pub mod OpenExternal;
81
pub mod SecurityIncident;
82
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