We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61333f commit 62bab67Copy full SHA for 62bab67
src/vscode-dts/vscode.d.ts
@@ -13883,6 +13883,9 @@ declare module 'vscode' {
13883
* In the same way, symbolic links are preserved, i.e. the file event will report the path of the
13884
* symbolic link as it was provided for watching and not the target.
13885
*
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
+ *
13889
* ### Examples
13890
13891
* The basic anatomy of a file watcher is as follows:
0 commit comments