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:
parent
239c348239
commit
c016bb9434
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue