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 = .{
|
.textDocumentSync = .{
|
||||||
.openClose = true,
|
.openClose = true,
|
||||||
.change = .Full,
|
.change = .Incremental,
|
||||||
.save = true,
|
.save = true,
|
||||||
},
|
},
|
||||||
.renameProvider = true,
|
.renameProvider = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user