Skip to content

Commit 4454a14

Browse files
committed
Ambiguity in comments for createFileSystemWatcher (fix microsoft#141494)
1 parent c9e64c3 commit 4454a14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11003,9 +11003,8 @@ declare module 'vscode' {
1100311003
* will be reported).
1100411004
*
1100511005
* 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.
1100911008
*
1101011009
* Optionally, flags to ignore certain kinds of events can be provided.
1101111010
*

0 commit comments

Comments
 (0)