Skip to content

Commit

Permalink
Merge pull request #523 from testforstephen/jinbo_gh522
Browse files Browse the repository at this point in the history
Fix #522: Change the field type 'matches' of 'FileOperationPattern' to be String
  • Loading branch information
KamasamaK authored Mar 22, 2021
2 parents 4901031 + 0ade0f1 commit cffa7f8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7054,8 +7054,10 @@ class FileOperationPattern {
* Whether to match files or folders with this pattern.
*
* Matches both if undefined.
*
* See {@link FileOperationPatternKind} for allowed values.
*/
FileOperationPatternKind matches
String matches

/**
* Additional options used during matching.
Expand Down

0 comments on commit cffa7f8

Please sign in to comment.