mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Defines a common protocol for language servers.
* 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> |
||
|---|---|---|
| .vscode | ||
| _data | ||
| _implementors | ||
| _includes | ||
| _layouts | ||
| _overviews | ||
| _specifications | ||
| css | ||
| img | ||
| js | ||
| resources | ||
| webfonts | ||
| .gitattributes | ||
| .gitignore | ||
| 404.html | ||
| _config.yml | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.html | ||
| License-code.txt | ||
| License.txt | ||
| SECURITY.md | ||
| ThirdPartyNotices.txt | ||