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