Revert "Clarify findFiles doc comment"

This reverts commit c467419e0e.
This commit is contained in:
Rob Lourens 2019-07-24 10:22:23 -07:00
parent 32eb0c0cb9
commit 1350c9450a

2
src/vs/vscode.d.ts vendored
View file

@ -7758,7 +7758,7 @@ declare module 'vscode' {
* to restrict the search results to a [workspace folder](#WorkspaceFolder).
* @param exclude A [glob pattern](#GlobPattern) that defines files and folders to exclude. The glob pattern
* will be matched against the file paths of resulting matches relative to their workspace. When `undefined` only default excludes will
* apply. When `null`, no search excludes will apply, but `files.exclude` will still apply.
* apply, when `null` no excludes will apply.
* @param maxResults An upper-bound for the result.
* @param token A token that can be used to signal cancellation to the underlying search engine.
* @return A thenable that resolves to an array of resource identifiers. Will return no results if no