(file: string)
| 234 | } |
| 235 | } |
| 236 | public notifyPlot(file: string): void { |
| 237 | if (this._isStarted && shareWorkspace) { |
| 238 | void liveShareRequest(Callback.NotifyPlotUpdate, file); |
| 239 | } |
| 240 | } |
| 241 | public notifyGuestPlotManager(url: string): void { |
| 242 | if (this._isStarted) { |
| 243 | void liveShareRequest(Callback.NotifyGuestPlotManager, url); |
no test coverage detected