fix: non-LSP-compliant FileSystemWatcher (#10609)

This PR fixes an LSP-non-compliance in the `FileSystemWatcher` that was
introduced in #925.

Closes #10597.
This commit is contained in:
Marc Huisinga 2025-09-29 16:16:09 +02:00 committed by GitHub
parent 239c348239
commit c016bb9434
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ structure WorkspaceFolder where
structure FileSystemWatcher where
globPattern : String
kind : Option Nat := none
kind? : Option Nat := none
deriving FromJson, ToJson
namespace FileSystemWatcher