Commit graph

75 commits

Author SHA1 Message Date
Dirk Baeumer
329f66397a More edits for reference links 2020-03-27 12:57:08 +01:00
Dirk Baeumer
fd51c27809 Start documenting reference links 2020-03-26 17:53:23 +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
Dirk Baeumer
82fc388b66 Fixes #891: ResourceOperationKind and FailureHandlingKind are not in the md document 2020-01-15 10:46:31 +01:00
Dirk Baeumer
05b3224a9a Publish 3.15 specification 2020-01-14 16:30:21 +01:00
Dirk Baeumer
0c5f78efbf Fix spelling 2020-01-14 16:06:46 +01:00
Dirk Baeumer
f518abd616 Add anchor for what is new 2020-01-14 15:47:29 +01:00
Dirk Baeumer
9e9b3f2815 Add what is new section 2020-01-14 15:44:09 +01:00
Dirk Baeumer
47eb9cad24 Clarify content change event order 2020-01-14 10:19:17 +01:00
Dirk Baeumer
9f12127a21 Add toc data for sepcifications 2020-01-10 12:47:16 +01:00
Dirk Bäumer
e7682dff70
Merge pull request #876 from szarnekow/gh-pages
Fixed minor formatting glitch
2019-12-20 16:48:49 +01:00
Dirk Baeumer
a2a2094c0a Clarify in 3.14 as well. 2019-12-20 16:47:40 +01:00
Dirk Baeumer
80175932c6 Fixes #879: Rename request clarification 2019-12-20 16:46:39 +01:00
Sebastian Zarnekow
6273bfda18 Fixed minor formatting glitch
Signed-off-by: Sebastian Zarnekow <sebastian.zarnekow@gmail.com>
2019-12-11 16:07:59 +01:00
Dirk Baeumer
d2e43018ce Clarify document colors 2019-12-10 15:55:47 +01:00
Dirk Baeumer
c8fc677bad 💄 2019-12-10 09:06:42 +01:00
Dirk Bäumer
1ab6b19e6b
Merge pull request #862 from bmwalters/fix/document-symbol-capabilities
Fix wrong client capabilities interface listed for document symbol
2019-12-02 15:18:04 +01:00