watcher - make proposed excludes required (#214436)

This commit is contained in:
Benjamin Pasero 2024-06-06 12:55:01 +02:00 committed by GitHub
parent 9013918cb7
commit 86f1484693
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {