Skip to content

Commit

Permalink
watcher - make proposed excludes required (#214436)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Jun 6, 2024
1 parent 9013918 commit 86f1484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ declare module 'vscode' {
* An optional set of glob patterns to exclude from watching.
* Glob patterns are always matched relative to the watched folder.
*/
readonly excludes?: string[];
readonly excludes: string[];
}

export namespace workspace {
Expand Down

0 comments on commit 86f1484

Please sign in to comment.