Expand description
Map a Cocoon→Mountain wire method name to an Echo priority lane.
| Wire method | Lane | Reason |
|---|---|---|
FileSystem.ReadFile / WriteFile | High | extension UI waits on it |
ShowInformationMessage / ShowError… | High | user-visible |
ExecuteContributedCommand | High | user action |
RegisterCommand + Register* providers | Normal | activation path |
Configuration.Inspect | Normal | common, not critical |
FindFiles / FindTextInFiles | Low | long-running |
GitExec | Low | spawns subprocess |
| everything else | Normal | safe default |