Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a1b090

Browse files
committed
fix(lsp): handle multiple clients with incremental sync
The change tracking used a single lines/lines_tmp table to trackchanges to a buffer.If multiple clients using incremental sync are connected to a buffer,they both made changes to the same lines table. That resulted in aninconsistent state.This commit changes the didChange handling to group clients bysynchronization scheme and offset encoding.This avoids computing the diff multiple times for clients using thesame scheme and resolves the lines/lines_tmp conflicts.Fixes#19325
1 parentfea15ad commit8a1b090

File tree

1 file changed

+258
-131
lines changed

1 file changed

+258
-131
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp