Skip to content

Commit

Permalink
better document what default excludes are not, #48674
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Oct 22, 2021
1 parent a30ea74 commit dc81197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10835,8 +10835,8 @@ declare module 'vscode' {
* will be matched against the file paths of resulting matches relative to their workspace. Use a {@link RelativePattern relative pattern}
* to restrict the search results to a {@link WorkspaceFolder workspace folder}.
* @param exclude A {@link GlobPattern glob pattern} 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`, default excludes and the user's
* configured excludes will apply. When `null`, no excludes will apply.
* will be matched against the file paths of resulting matches relative to their workspace. When `undefined`, default file-excludes (e.g. the `files.exclude`-setting
* but not `search.exclude`) will 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
Expand Down

0 comments on commit dc81197

Please sign in to comment.