feat(lsp): implement workspace/didChangeWatchedFiles (#22405)

This commit is contained in:
Jon Huhn
2023-03-05 00:52:27 -06:00
committed by GitHub
parent 419819b624
commit ac69ba5fa0
9 changed files with 1295 additions and 9 deletions

View File

@@ -834,6 +834,10 @@ function protocol.make_client_capabilities()
semanticTokens = {
refreshSupport = true,
},
didChangeWatchedFiles = {
dynamicRegistration = false,
relativePatternSupport = true,
},
},
experimental = nil,
window = {