feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)

This commit is contained in:
Jon Huhn
2023-04-22 02:37:38 -05:00
committed by GitHub
parent 2d2ed4f6fd
commit e9b85acfbb
2 changed files with 4 additions and 1 deletions

View File

@@ -837,7 +837,7 @@ function protocol.make_client_capabilities()
refreshSupport = true,
},
didChangeWatchedFiles = {
dynamicRegistration = false,
dynamicRegistration = true,
relativePatternSupport = true,
},
},