Commit graph

117 commits

Author SHA1 Message Date
Greg Van Liew
ba7a96e216 Fix A11y issues per WCP report 2020-08-24 07:45:23 -07:00
Dirk Baeumer
084f5f268b Make suggested changes from: https://github.com/microsoft/language-server-protocol/issues/18#issuecomment-648819843 2020-08-19 11:51:17 +02:00
Dirk Bäumer
b7aeaf88b0
Merge pull request #1064 from hasheddan/semtoken-fix
Fix typo in v3.16 semantic tokens section
2020-08-19 11:29:39 +02:00
Danny Tuppeny
ddadb8cbf8 Add capabilities fields for semantic tokens 2020-08-12 17:24:05 +01:00
hasheddan
18f4eabdb1
Fix typo in v3.16 semantic tokens section
Fixes minor typo in the semantic tokens section in v3.16 specification.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-08-08 10:13:18 -05:00
Dirk Baeumer
e67bd67890 Fixes #1059: Clarify docs on additionalTextEdits 2020-08-03 14:39:16 +02:00
Dirk Bäumer
d5b6e45ca6
Merge pull request #1055 from floitsch/patch-1
Fix typo.
2020-08-03 14:26:23 +02:00
Dirk Bäumer
df9d32b504
Merge pull request #1058 from DanTup/patch-1
Minor tweaks for consistency to improve parsing
2020-08-03 14:24:26 +02:00
Zhang Zhi
39bc0ac236 Update broken links 2020-08-01 17:47:27 +08:00
Danny Tuppeny
3dc071c147
Minor tweaks for consistency 2020-07-29 17:02:54 +01:00
Florian Loitsch
82de032c56
Fix typo. 2020-07-24 22:31:34 +02:00
Dirk Baeumer
3c6c8b768a Fix typo 2020-07-22 00:16:57 +02:00
Dirk Baeumer
5f127d53e0 Fixes #854: Add SymbolTag 2020-07-21 23:31:50 +02:00
Remy Suen
1ebd94c2b9 Fix typos in document change notifications
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2020-07-19 10:28:38 -04:00
Dirk Baeumer
62d87e914d Mention tracing in change log 2020-06-23 17:13:00 +02:00
Dirk Bäumer
539cbf8b63
Merge pull request #953 from giltho/gh-pages
Specify logTrace notification
2020-06-23 17:04:55 +02:00
Dirk Baeumer
ee11518224 Fixes #1003: new client capability: defer calculation additionalTextEdit until comletionItem/resolve 2020-06-23 17:00:53 +02:00
Dirk Baeumer
0293da6c1c Update TOC 2020-06-23 16:56:38 +02:00
Dirk Baeumer
964e6f0e7b Fixing formatting 2020-06-23 16:55:03 +02:00
Dirk Baeumer
bdf50a1ae6 Add sepcification for semantic tokens 2020-06-23 16:31:56 +02:00
Sacha Ayoun
c52e0181d7 forgot to commit the whatisnew line 2020-06-23 11:09:09 +02:00
Sacha Ayoun
c3088e5fd3 moves changes into 3-16 2020-06-23 10:51:47 +02:00
Sacha Ayoun
1e756eb68f specify setTrace 2020-06-23 10:42:52 +02:00
Sacha Ayoun
b878589b58 logTrace -> $/logTrace + correct href 2020-06-23 10:42:52 +02:00
Sacha Ayoun
d4ff56de73 adds a sentence about the difference between logTrace and logMessage 2020-06-23 10:42:52 +02:00
Sacha Ayoun
1bf3c13720 First draft for logTrace 2020-06-23 10:42:52 +02:00
Dirk Bäumer
448e15840f
Merge pull request #995 from rcjsuen/patch-8
Fix typo of "revers" to "reverse"
2020-05-26 13:48:21 +02:00
Dirk Bäumer
e28ea92b1d
Merge pull request #997 from KamasamaK/fix-activeParameter-description
Fixes activeParameter description
2020-05-26 13:41:49 +02:00
Dirk Baeumer
f771045d37 Make snippet syntax linkable 2020-05-26 09:52:49 +02:00
KamasamaK
f72865ec9d Fixes 5565f27 2020-05-23 06:21:46 -04:00
Remy Suen
cc22ef7a23
Fix typo of "revers" to "reverse"
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2020-05-22 18:19:51 -04:00
Dirk Baeumer
e28855ef11 Fixes #989: Inconsistency in property save of TextDocumentSyncOptions 2020-05-19 15:42:48 +02:00
Dirk Baeumer
ebe54d8f3b Fixes #986: Header part specifics 2020-05-18 13:50:59 +02:00
Dirk Bäumer
d6fe567d0b
Merge pull request #976 from KamasamaK/fix-3.16-typos-20200508
Fix typos for 3.16 spec
2020-05-11 11:40:41 +02:00
Dirk Baeumer
5565f27a49 Add 'activeParameter' to SignatureInformation 2020-05-11 11:37:54 +02:00
Dirk Baeumer
e735867149 Add call hierarchy to 3.16 specification 2020-05-11 10:55:21 +02:00
KamasamaK
8334d96b07 Fix typos 2020-05-08 04:45:56 -04:00
Dirk Baeumer
bf7fe06533 Creat document for the upcoming 3.16 specification 2020-04-29 13:10:34 +02:00
Dirk Baeumer
34b15ee0c4 Fixes #965: If codeActionLiteralSupport is missing should the server only return Command[]? 2020-04-28 10:52:51 +02:00
Dirk Baeumer
e82d12a4cf Fixes #967: Is the client supposed to support all TextDocumentSyncKind variants? 2020-04-28 10:41:20 +02:00
Sam McCall
3c99397009
make didSave server capability name consistent
This is documented as being `save` as part of `TextDocumentSyncOptions`. I believe `didSave` here is a typo.
2020-04-11 11:14:59 +02:00
Dirk Baeumer
0e315c32f3 Fix 3.15 release date 2020-04-06 10:17:42 +02:00
Dirk Baeumer
4200969f65 Publish LSIF 0.5.0 version 2020-03-27 12:58:37 +01:00
Aleksey Kladov
866821d65c
Add link to section 2020-03-09 09:26:00 +01:00
Dirk Baeumer
c1056dcd8d Some clarification about signature help 2020-03-03 11:16:37 +01:00
Dirk Baeumer
31151b960a Fixes #931: prepareRename vs TextDocumentPositionParams 2020-02-20 09:54:03 +01:00
Dirk Baeumer
6e53f39054 Fixes #930 2020-02-20 09:21:11 +01:00
Dirk Baeumer
3e74fe8f36 Fixes #911: 3.15: interface ClientCapabilities listing lacks workspace.workspaceFolders and workspace.configuration 2020-02-19 15:38:26 +01:00
Dirk Baeumer
f79da6d703 Fixes #924: [clarification] completionItem/resolve and additionalTextEdits 2020-02-19 11:41:49 +01:00
Dirk Bäumer
d2b8e0e324
Merge pull request #912 from larshp/patch-1
specification 3.15, fix typo
2020-02-19 11:11:18 +01:00