Commit graph

7 commits

Author SHA1 Message Date
Peter Tripp
0003fb53f1
Markdown whitespace formatting improvements (#2172)
Normalize markdown whitespace

Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2025-08-06 13:21:17 +00:00
InSync
2951a08532
Fix a few typos 2024-09-01 19:48:39 +07:00
Wilfred Hughes
546503e666
Fix typo in RequestCancelled doc comment (#1922) 2024-04-16 07:19:20 +00:00
Dirk Bäumer
74c0687735
Fixes #1873: Can a client use window/workDoneProgress/cancel to cancel a progress token provided by the client? (#1877) 2024-01-08 11:30:23 -07:00
Dirk Bäumer
3795ff50f5
Make includes version aware (#1772) 2023-07-17 14:29:03 +02:00
Maria José Solano
1ec56d2198
Move trace value to the base protocol (#1744)
* typo

* Move trace value to the base protocol

---------

Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2023-06-08 12:28:39 +00:00
Maria José Solano
2075660e75
Define separate base protocol (#1698)
* Define separate tools protocol

Add note

Move the other bits

Define separate tools protocol

Rename to base protocol

Change version to 0.9

Use Base prefix and remove since annotations

Undo changes in LSP specs

Move all the lifecycle messages

Define separate tools protocol

* Move shared definitions

* Define regexes

* List reserved capabilities and improve examples

* Specs for work done progress

* Change enumeration example

* Make ClientCapabilities open

* Add InitializeResponse

* Remove text document stuff from registration messages

* Add motivation section

* Add experimental remark
2023-05-25 09:15:12 +02:00