Commit graph

463 commits

Author SHA1 Message Date
Dirk Bäumer
51511e52d1
Add upcoming 3.18 specification (#1567) 2022-10-21 14:58:24 +02:00
Zack Amiton
b76b521e0d
Fix minor spelling error in 3.16 & 3.17 enumeration spec (onces -> ones) (#1557)
* fix spelling (onces -> ones) in 3.17 enums spec

* fix spelling (onces -> ones) in 3.16 enums spec
2022-10-04 10:02:34 +02:00
ad-chaos
e4f88400bd
add helpful link to work-done from progress report (#1555) 2022-09-26 18:14:48 +02:00
Peter Hull
1823404f16
Fix links in the documentation (#1551)
* Point internal links to the correct LSP spec

For the LSP specs, the internal links will resolve to anchors in the same document.
For the LSIF, the variable `lspVersion` in the front-matter identifies the
corresponding LSP spec that this LSIF spec references.

* Use a Map instead of Object

* Remove external links which are not needed any more
2022-09-20 08:52:45 +02:00
Dirk Bäumer
ff54ee8f15
Update meta model (#1549) 2022-09-15 13:52:44 +02:00
Dirk Bäumer
967490dbeb
Fix typo (#1530) 2022-08-08 09:34:51 +02:00
Dirk Bäumer
f7f375612f
Clarify properties in document filter. (#1526) 2022-08-04 12:24:52 +02:00
Dirk Bäumer
1219638933
Fixes #1514: [git] Normalize line endings (#1515) 2022-07-04 11:29:01 +02:00
KamasamaK
89c2ab49a2
Fix spacing and typos for Notebook (#1507)
Fix spacing and typos
2022-07-01 16:49:39 +02:00
Dirk Bäumer
f7d5c62a82
Fixes #1481: Snippet Syntax EBNF is unclear (#1512) 2022-06-30 15:51:30 +02:00
Dirk Bäumer
e8eea88938
Add type definitions for enums (#1511) 2022-06-30 14:32:38 +02:00
Maria José Solano
7e7971fca4
Fix typos (#1501) 2022-06-21 08:51:29 +02:00
Ahmed Ashour
9e3d16aa2f
Fix typos. (#1499) 2022-06-15 17:35:36 +02:00
Raymond Zhao
cc85cc6342
Add more padding and spacing 2022-06-07 10:34:25 -07:00
Dirk Bäumer
2ced2ef963
Update meta model (#1493) 2022-06-03 08:47:07 +02:00
Dirk Baeumer
589cd6f533
Add WorkspaceSymbol#data 2022-06-02 12:42:32 +02:00
Dirk Bäumer
aee2035dab
Update meta model (#1489) 2022-06-02 12:01:46 +02:00
Peter Hull
7ff30dc7cd
Add newline to end of file (#1486)
Otherwise when the site is rendered the table formatting does not come out
2022-05-30 15:59:35 +02:00
Dirk Bäumer
13b5b80aa7
Update meta model (#1484) 2022-05-30 14:07:00 +02:00
Ahmed Ashour
85a292a5d2
Fix grammar (extra the) (#1479) 2022-05-25 08:23:04 +02:00
Dirk Baeumer
861557cac0
Fix grammar in metaModel 2022-05-24 10:40:18 +02:00
Dirk Baeumer
3d9b68a808
Fix mismatch between example and TypeScript definition 2022-05-23 11:17:06 +02:00
Ahmed Ashour
911bfb4494
Fix grammar in textDocument.rename (#1476) 2022-05-20 10:20:13 +02:00
Dirk Baeumer
f24d95fdfc
Update meta model 2022-05-19 16:19:56 +02:00
Dirk Baeumer
9ba59fa7f1
Add decorator type. Was in protocol but not in spec. 2022-05-19 16:14:12 +02:00
Dirk Baeumer
dc5470d199
Add completion item data field. Was in protocol but not in spec. 2022-05-19 16:12:05 +02:00
Dirk Baeumer
23505058e1
Add WorkDoneProgressParams to PrepareRenameParams 2022-05-19 15:03:21 +02:00
Dirk Baeumer
aa3f1706f8
Add NotebookDocumentSyncClientCapabilities#executionSummarySupport 2022-05-19 14:52:27 +02:00
Dirk Baeumer
1b1c35badc
Fix frameId type 2022-05-16 15:21:58 +02:00
Dirk Baeumer
35065fc549
Update meta model 2022-05-14 18:52:14 +02:00
Dirk Baeumer
f065af05ab
Update meta model 2022-05-12 13:41:47 +02:00
Dirk Baeumer
8e202cd078
Add frameId 2022-05-11 22:40:35 +02:00
Dirk Baeumer
7424f3b366
Make redirects relative 2022-05-11 10:28:07 +02:00
Dirk Baeumer
fc3606297f
Add more redirects 2022-05-10 20:30:08 +02:00
KamasamaK
eb5a1e04c1
JSON-RPC should be hyphenated (#1469) 2022-05-10 17:52:10 +02:00
Dirk Bäumer
e88d661235
Dbaeumer/prepare3.17 (#1467)
* Remove Proposed State

* Remove @Proposed

* Include Meta model

* Minor fix to WatchKind

* Update meta model

* Add VersionedNotebookDocumentIdentifier

* 💄

* Update meta model
2022-05-10 17:04:40 +02:00
Dirk Baeumer
4169c50d23
💄 2022-05-06 15:03:35 +02:00
Dirk Baeumer
6ee0545524
Polish documentation for 3.17 2022-05-06 15:01:57 +02:00
Dirk Baeumer
c116a9c7de
Stay backwards compatible with folding range kind in 3.16 2022-04-29 15:34:17 +02:00
Dirk Baeumer
2f32c5595a
💄 2022-04-28 13:31:01 +02:00
Dirk Bäumer
13191f7b5e
Merge pull request #1453 from KamasamaK/documentdiagnosticreportkind-case
Update DocumentDiagnosticReportKind case
2022-04-28 14:52:03 +02:00
Dirk Baeumer
57a82ea60c
Fixes #1456: Clarify recommended use of insertText with CompletionList.itemDefaults.editRange 2022-04-28 13:16:28 +02:00
KamasamaK
0757bbbc93 Update DocumentDiagnosticReportKind case 2022-04-26 22:35:36 -04:00
Dirk Baeumer
c7ded6de4c
Fix wording 2022-04-26 19:14:36 +02:00
Dirk Baeumer
7ac20d4cc8
Added DiagnosticWorkspaceClientCapabilities 2022-04-26 16:10:13 +02:00
Dirk Baeumer
e5911415af
unChanged -> unchanged 2022-04-26 10:16:04 +02:00
Dirk Bäumer
74bf39d333
Merge pull request #1450 from KamasamaK/use-enum-for-foldingrange-kind
Use FoldingRangeKind for kind
2022-04-25 20:02:41 +02:00
KamasamaK
e3cc0b6611 Use FoldingRangeKind for kind 2022-04-25 07:39:54 -04:00
Dirk Baeumer
3f313d05bd
Fixes #1447: Semantic tokens range protocol spec is unclear about how to determine range client should invalidate 2022-04-25 11:23:14 +02:00
Dirk Baeumer
756a0efe15
Minor word tweaks 2022-04-25 09:05:10 +02:00