Documentation
Lean
.
Data
.
Lsp
.
Workspace
Search
return to top
source
Imports
Lean.Data.Json
Lean.Data.Lsp.Basic
Imported by
Lean
.
Lsp
.
WorkspaceFolder
Lean
.
Lsp
.
instToJsonWorkspaceFolder
Lean
.
Lsp
.
instFromJsonWorkspaceFolder
Lean
.
Lsp
.
FileSystemWatcher
Lean
.
Lsp
.
instFromJsonFileSystemWatcher
Lean
.
Lsp
.
instToJsonFileSystemWatcher
Lean
.
Lsp
.
FileSystemWatcher
.
create
Lean
.
Lsp
.
FileSystemWatcher
.
change
Lean
.
Lsp
.
FileSystemWatcher
.
delete
Lean
.
Lsp
.
DidChangeWatchedFilesRegistrationOptions
Lean
.
Lsp
.
instFromJsonDidChangeWatchedFilesRegistrationOptions
Lean
.
Lsp
.
instToJsonDidChangeWatchedFilesRegistrationOptions
Lean
.
Lsp
.
FileChangeType
Lean
.
Lsp
.
instFromJsonFileChangeType
Lean
.
Lsp
.
instToJsonFileChangeType
Lean
.
Lsp
.
FileEvent
Lean
.
Lsp
.
instFromJsonFileEvent
Lean
.
Lsp
.
instToJsonFileEvent
Lean
.
Lsp
.
DidChangeWatchedFilesParams
Lean
.
Lsp
.
instFromJsonDidChangeWatchedFilesParams
Lean
.
Lsp
.
instToJsonDidChangeWatchedFilesParams
source
structure
Lean
.
Lsp
.
WorkspaceFolder
:
Type
uri :
DocumentUri
name :
String
Instances For
source
instance
Lean
.
Lsp
.
instToJsonWorkspaceFolder
:
ToJson
WorkspaceFolder
Equations
source
instance
Lean
.
Lsp
.
instFromJsonWorkspaceFolder
:
FromJson
WorkspaceFolder
Equations
source
structure
Lean
.
Lsp
.
FileSystemWatcher
:
Type
globPattern :
String
kind :
Option
Nat
Instances For
source
instance
Lean
.
Lsp
.
instFromJsonFileSystemWatcher
:
FromJson
FileSystemWatcher
Equations
source
instance
Lean
.
Lsp
.
instToJsonFileSystemWatcher
:
ToJson
FileSystemWatcher
Equations
source
def
Lean
.
Lsp
.
FileSystemWatcher
.
create
:
Nat
Equations
Instances For
source
def
Lean
.
Lsp
.
FileSystemWatcher
.
change
:
Nat
Equations
Instances For
source
def
Lean
.
Lsp
.
FileSystemWatcher
.
delete
:
Nat
Equations
Instances For
source
structure
Lean
.
Lsp
.
DidChangeWatchedFilesRegistrationOptions
:
Type
watchers :
Array
FileSystemWatcher
Instances For
source
instance
Lean
.
Lsp
.
instFromJsonDidChangeWatchedFilesRegistrationOptions
:
FromJson
DidChangeWatchedFilesRegistrationOptions
Equations
source
instance
Lean
.
Lsp
.
instToJsonDidChangeWatchedFilesRegistrationOptions
:
ToJson
DidChangeWatchedFilesRegistrationOptions
Equations
source
inductive
Lean
.
Lsp
.
FileChangeType
:
Type
Created :
FileChangeType
Changed :
FileChangeType
Deleted :
FileChangeType
Instances For
source
instance
Lean
.
Lsp
.
instFromJsonFileChangeType
:
FromJson
FileChangeType
Equations
source
instance
Lean
.
Lsp
.
instToJsonFileChangeType
:
ToJson
FileChangeType
Equations
source
structure
Lean
.
Lsp
.
FileEvent
:
Type
uri :
DocumentUri
type :
FileChangeType
Instances For
source
instance
Lean
.
Lsp
.
instFromJsonFileEvent
:
FromJson
FileEvent
Equations
source
instance
Lean
.
Lsp
.
instToJsonFileEvent
:
ToJson
FileEvent
Equations
source
structure
Lean
.
Lsp
.
DidChangeWatchedFilesParams
:
Type
changes :
Array
FileEvent
Instances For
source
instance
Lean
.
Lsp
.
instFromJsonDidChangeWatchedFilesParams
:
FromJson
DidChangeWatchedFilesParams
Equations
source
instance
Lean
.
Lsp
.
instToJsonDidChangeWatchedFilesParams
:
ToJson
DidChangeWatchedFilesParams
Equations