set TextDocumentSync to Incremental (#776)

This commit is contained in:
Techatrix
2022-11-23 03:05:29 +01:00
committed by GitHub
parent 8428652146
commit 1ced17266c

View File

@@ -1606,7 +1606,7 @@ fn initializeHandler(server: *Server, writer: anytype, id: types.RequestId, req:
},
.textDocumentSync = .{
.openClose = true,
.change = .Full,
.change = .Incremental,
.save = true,
},
.renameProvider = true,