Commit graph

89 commits

Author SHA1 Message Date
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
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
Dirk Bäumer
c19518b217
Merge pull request #922 from renkun-ken/patch-1
Fix typo
2020-02-18 17:31:21 +01:00
Dirk Bäumer
96510a5bdc
Merge pull request #921 from DivineDominion/patch-1
fix typo
2020-02-18 17:29:16 +01:00
Dirk Bäumer
8d322b456c
Merge pull request #918 from reznikmm/patch-7
Add selection range related capabilities to 3.15
2020-02-18 17:25:49 +01:00
Dirk Bäumer
1948b4726e
Merge pull request #917 from reznikmm/patch-5
Drop duplicated TextDocumentRegistrationOptions
2020-02-18 17:14:10 +01:00
Dirk Bäumer
b26f07e0d1
Merge pull request #916 from reznikmm/patch-4
Replace ts with typescript in 3.15 markdown
2020-02-18 17:09:22 +01:00
Dirk Bäumer
24340b4d0a
Merge pull request #915 from reznikmm/patch-3
Drop extra ExecuteCommandOptions def in 3.15
2020-02-18 17:07:43 +01:00
Dirk Bäumer
acf8d35649
Merge pull request #914 from reznikmm/patch-2
Drop extra foldingRangeProvider definition in 3.15
2020-02-18 17:00:39 +01:00
Kun Ren
3e0804df1b
Fix typo 2020-02-17 01:24:59 +08:00
Christian Tietze
00f53a8e00
fix typo 2020-02-16 14:33:29 +01:00
Maxim Reznik
6fb6b0b858
Add selection range related capabilities to 3.15 2020-02-14 18:40:15 +02:00
Maxim Reznik
69a1e16b04
Drop duplicated TextDocumentRegistrationOptions
interface definition to avoid double definition. We already have the same definition above.
2020-02-14 18:20:10 +02:00
Maxim Reznik
0c63e0a771
Replace ts with typescript in 3.15 markdown
to be uniform with others typescript snippets
2020-02-14 18:13:14 +02:00
Maxim Reznik
b884aa1407
Drop extra ExecuteCommandOptions def in 3.15
We aready have `export interface ExecuteCommandOptions` (more precise) definition. Let's drop this one to avoid duplication.
2020-02-14 17:10:16 +02:00
Maxim Reznik
92fed6f959
Drop extra foldingRangeProvider definition in 3.15
It seems a copy/paste error.
2020-02-14 17:01:51 +02:00
Maxim Reznik
bccbe4cb2f
Fix specification-3-15.md markdown formatting 2020-02-11 19:14:42 +02:00
Lars Hvam
8585e964dd
specification 3.15, fix typo 2020-02-09 17:23:27 +01:00
Dirk Bäumer
0280beca9d
Merge pull request #897 from KamasamaK/extend-textdocumentpositionparams-20200121
Extend TextDocumentPositionParams
2020-02-03 14:30:03 +01:00
Dirk Baeumer
11e4c5c4fb Fixes #909: Multiple definitions of TextDocumentSyncOptions 2020-02-03 14:14:31 +01:00
Dirk Baeumer
ef7ff2cb0f Fixes #904: Progress reporting during initialization 2020-01-28 17:01:34 +01:00
Dirk Baeumer
a8f763b45c Fixes #903: Is cancelling a server initiated progress report described in the lsp? 2020-01-28 16:14:44 +01:00
Dirk Baeumer
cf073e742a Add LSIF specification to Web portal 2020-01-27 12:01:06 +01:00
KamasamaK
a9b56bc9da Extend TextDocumentPositionParams 2020-01-21 09:09:35 -05:00
Dirk Bäumer
9da25d98ea
Merge pull request #894 from KamasamaK/spelling-20200120
Spelling and grammar
2020-01-21 12:07:15 +01:00
Dirk Bäumer
c64e0d2966
Merge pull request #896 from KamasamaK/deprecate-completionitem-deprecated
Deprecate CompletionItem#deprecated
2020-01-21 11:51:38 +01:00
Dirk Baeumer
29134bd657 Minor update to text edit spec 2020-01-21 09:57:25 +01:00
KamasamaK
fe91d51283 Deprecate CompletionItem#deprecated 2020-01-20 19:40:53 -05:00
KamasamaK
4c1ac7c723 Spelling and grammar 2020-01-20 06:33:49 -05:00
Dirk Baeumer
f226b1efcf Fixed small typo 2020-01-15 10:52:29 +01:00