files - expose watch options

This commit is contained in:
Benjamin Pasero 2022-04-04 14:17:31 +02:00
parent 65bfe1ef11
commit 1f2fdee409
No known key found for this signature in database
GPG key ID: C035C296C8A46619

View file

@ -238,7 +238,7 @@ export interface IFileService {
* Note: recursive file watching is not supported from this method. Only events from files
* that are direct children of the provided resource will be reported.
*/
watch(resource: URI): IDisposable;
watch(resource: URI, options?: IWatchOptions): IDisposable;
/**
* Frees up any resources occupied by this service.