Skip to content

Commit

Permalink
Ambiguity in comments for createFileSystemWatcher (fix #141494)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jan 26, 2022
1 parent c9e64c3 commit 4454a14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/vscode-dts/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11003,9 +11003,8 @@ declare module 'vscode' {
* will be reported).
*
* Providing a `string` as `globPattern` acts as convenience method for watching file events in
* all opened workspace folders. This method should be used if you only care about file events
* from the workspace and not from any other folder. It cannot be used to add more folders for
* file watching.
* all opened workspace folders. It cannot be used to add more folders for file watching, nor will
* it report any file events from folders that are not part of the opened workspace folders.
*
* Optionally, flags to ignore certain kinds of events can be provided.
*
Expand Down

0 comments on commit 4454a14

Please sign in to comment.