feat(lsp): add snippet API (#25301)

This commit is contained in:
Maria José Solano
2023-10-20 23:51:26 -07:00
committed by GitHub
parent 3304449946
commit f1775da07f
11 changed files with 789 additions and 34 deletions

View File

@@ -742,7 +742,6 @@ function protocol.make_client_capabilities()
-- this should be disabled out of the box.
-- However, users can turn this back on if they have a snippet plugin.
snippetSupport = false,
commitCharactersSupport = false,
preselectSupport = false,
deprecatedSupport = false,