(_resource: vscode.Uri)
| 256 | this._emitter.event; |
| 257 | |
| 258 | watch(_resource: vscode.Uri): vscode.Disposable { |
| 259 | // ignore, fires for all changes... |
| 260 | return new vscode.Disposable(() => {}); |
| 261 | } |
| 262 | |
| 263 | private _fireSoon(...events: vscode.FileChangeEvent[]): void { |
| 264 | this._bufferedEvents.push(...events); |
nothing calls this directly
no outgoing calls
no test coverage detected