Commit d33a03c
Clarify that notebook cell text sync follows textDocumentSync.change (#2209)
* Initial plan
* Add textContentSyncKind to NotebookDocumentSyncOptions for cell text sync negotiation
Co-authored-by: dbaeumer <1931590+dbaeumer@users.noreply.github.com>
* Document TextDocumentSyncKind.None behavior for cell text synchronization
Co-authored-by: dbaeumer <1931590+dbaeumer@users.noreply.github.com>
* Document that notebook cell text sync follows textDocumentSync.change
Instead of adding a new textContentSyncKind field, clarify in the documentation
that notebook cell text documents follow the same synchronization behavior as
specified by the server's textDocumentSync.change capability.
Co-authored-by: dbaeumer <1931590+dbaeumer@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dbaeumer <1931590+dbaeumer@users.noreply.github.com>
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>1 parent 0bbb893 commit d33a03c
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
505 | 507 | | |
506 | 508 | | |
507 | 509 | | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
508 | 516 | | |
509 | 517 | | |
510 | 518 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
255 | 257 | | |
256 | 258 | | |
257 | 259 | | |
| |||
523 | 525 | | |
524 | 526 | | |
525 | 527 | | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
526 | 534 | | |
527 | 535 | | |
528 | 536 | | |
| |||
0 commit comments