(file: string, force: boolean = false)
| 228 | } |
| 229 | } |
| 230 | public notifyRequest(file: string, force: boolean = false): void { |
| 231 | if (this._isStarted && shareWorkspace) { |
| 232 | void liveShareRequest(Callback.NotifyRequestUpdate, file, force); |
| 233 | void this.notifyWorkspace(workspaceData); |
| 234 | } |
| 235 | } |
| 236 | public notifyPlot(file: string): void { |
| 237 | if (this._isStarted && shareWorkspace) { |
| 238 | void liveShareRequest(Callback.NotifyPlotUpdate, file); |
no test coverage detected