Skip to content

Commit 62bab67

Browse files
authored
vscode api - document file watcher behaviour for deletes (microsoft#262105)
1 parent e61333f commit 62bab67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13883,6 +13883,9 @@ declare module 'vscode' {
1388313883
* In the same way, symbolic links are preserved, i.e. the file event will report the path of the
1388413884
* symbolic link as it was provided for watching and not the target.
1388513885
*
13886+
* *Note* that file events from deleting a folder may not include events for contained files. If possible
13887+
* events will be aggregated to reduce the overal number of emitted events.
13888+
*
1388613889
* ### Examples
1388713890
*
1388813891
* The basic anatomy of a file watcher is as follows:

0 commit comments

Comments
 (0)