File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11003,9 +11003,8 @@ declare module 'vscode' {
11003
11003
* will be reported).
11004
11004
*
11005
11005
* Providing a `string` as `globPattern` acts as convenience method for watching file events in
11006
- * all opened workspace folders. This method should be used if you only care about file events
11007
- * from the workspace and not from any other folder. It cannot be used to add more folders for
11008
- * file watching.
11006
+ * all opened workspace folders. It cannot be used to add more folders for file watching, nor will
11007
+ * it report any file events from folders that are not part of the opened workspace folders.
11009
11008
*
11010
11009
* Optionally, flags to ignore certain kinds of events can be provided.
11011
11010
*
You can’t perform that action at this time.
0 commit comments