* Registers that a lane should be visible at the Range in the model. * @param persist - if true, notes that the lane should always be visible, * even on lines where there's no specific request for that lane.
(lane: GlyphMarginLane, range: Range, persist?: boolean)
| 71 | * even on lines where there's no specific request for that lane. |
| 72 | */ |
| 73 | push(lane: GlyphMarginLane, range: Range, persist?: boolean): void; |
| 74 | } |
| 75 | |
| 76 | /** |
no outgoing calls