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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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