mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 03:25:38 +00:00
files - expose watch options
This commit is contained in:
parent
65bfe1ef11
commit
1f2fdee409
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue