set TextDocumentSync to Incremental (#776)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user