File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lsp-test/src/Language/LSP
lsp-types/src/Language/LSP/Types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ createDoc file languageId contents = do
398
398
regs = concatMap pred $ Map. elems dynCaps
399
399
watchHits :: FileSystemWatcher -> Bool
400
400
watchHits (FileSystemWatcher pattern kind) =
401
- -- If WatchKind is exlcuded , defaults to all true as per spec
401
+ -- If WatchKind is excluded , defaults to all true as per spec
402
402
fileMatches (T. unpack pattern ) && createHits (fromMaybe (WatchKind True True True ) kind)
403
403
404
404
fileMatches pattern = Glob. match (Glob. compile pattern ) relOrAbs
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Language.LSP.Types.Utils
10
10
11
11
data WorkspaceFolder =
12
12
WorkspaceFolder
13
- { -- | The name of the workspace folder. Defaults to the uri's basename .
13
+ { -- | The URI of the workspace folder.
14
14
_uri :: Text
15
15
-- | The name of the workspace folder. Defaults to the uri's basename.
16
16
, _name :: Text
You can’t perform that action at this time.
0 commit comments