Skip to content

Commit 52c33e8

Browse files
committed
use incremental text change sync in my_first_server example
1 parent c1bf170 commit 52c33e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/my_first_server.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub const Handler = struct {
109109
.textDocumentSync = .{
110110
.text_document_sync_options = .{
111111
.openClose = true,
112-
.change = .Full,
112+
.change = .Incremental,
113113
},
114114
},
115115
.hoverProvider = .{ .bool = true },

0 commit comments

Comments
 (0)