Commit graph

49 commits

Author SHA1 Message Date
Dirk Baeumer
62cb1812c8 Finish client capabilities section 2016-12-29 14:25:58 +01:00
Dirk Baeumer
61f35fe4f1 More editing towards 3.0 version 2016-12-27 16:55:34 +01:00
Dirk Baeumer
704b58cdca More spec updates 2016-12-21 16:37:28 +01:00
Dirk Baeumer
164eb31bd4 First cut of 3.0 spec. 2016-12-20 22:19:30 +01:00
Dirk Baeumer
00520823bd Fixes #140: Out of order messages 2016-12-08 17:49:49 +01:00
Dirk Baeumer
05fc7559ad Document URI format in LSP 2016-12-08 15:17:57 +01:00
Martin Aeschlimann
04a105d072 Add document links 2016-11-22 09:05:14 +01:00
Dirk Bäumer
5de0b3f8d4 Merge pull request #123 from vladdu/json_rpc_spec
add link to JSON-RPC specification
2016-11-21 14:04:28 -08:00
Vlad Dumitrescu
cee39747f8 move TOC at the top 2016-11-11 22:50:56 +01:00
Vlad Dumitrescu
edd2454e97 add link to JSON-RPC specification 2016-11-11 14:35:45 +01:00
Vlad Dumitrescu
53cf2c03a4 add table of contents to the specification #114
resolves #114
2016-11-09 15:02:27 +01:00
Dirk Bäumer
db088a0ece Merge pull request #103 from rictic/patch-1
[minor] Fix a couple typos
2016-10-31 14:18:08 +01:00
Dirk Baeumer
e1e59508d5 Fixes #104 : Clarify how multiple TextEdits should be resolved when given in batch. 2016-10-31 13:46:02 +01:00
Guillaume Martres
28c59c78ce Correct minor issue in ParameterInformation doc
The documentation appears to have been copy-pasted from
SignatureInformation and mentioned "signature" when it meant "parameter".
2016-10-28 02:48:22 +02:00
Peter Burns
e0d02944a0 [minor] Fix a couple typos 2016-10-22 20:44:20 -07:00
Dirk Bäumer
63f5d02d39 Merge pull request #91 from TypeFox/language-server-protocol_72_and_78
Fixes issues #72 and #78
2016-10-14 15:50:45 +02:00
Dirk Bäumer
e44721ea84 Merge pull request #90 from TypeFox/language-server-protocol_87
Fixes Microsoft/language-server-protocol#87
2016-10-14 15:39:02 +02:00
Dirk Bäumer
60c41b160f Merge pull request #85 from masaeedu/patch-1
Fix typo in protocol documentation
2016-10-14 15:34:33 +02:00
Dirk Baeumer
8a25c2d61c Small spec fix. 2016-10-12 22:14:06 +02:00
Dirk Baeumer
1fefcce19d Documented support for additianal properties on Completion Item 2016-10-12 22:12:37 +02:00
akosyakov
f8891c2da0 specify exit code value 2016-10-09 20:25:14 +02:00
akosyakov
7daee688bf Fixes Microsoft/language-server-protocol#78 and Microsoft/language-server-protocol#72 2016-10-09 15:21:44 +02:00
Anton Kosyakov
79e553fd4d Fixes Microsoft/language-server-protocol#87
Clarify semantic of `processId` property of the initialize request.
2016-10-09 12:39:01 +02:00
Asad Saeeduddin
296d987be1 Fix typo in protocol documentation 2016-10-05 14:25:07 -04:00
Dirk Baeumer
8fd7e96205 Fixes #55: Missing initializationOptions in InitializeParams 2016-09-19 10:14:49 +02:00
Dirk Baeumer
29f6ab5f35 Updated documentation. 2016-09-19 09:56:45 +02:00
Dirk Baeumer
9913df598d Fixed #53: Clarification needed for TextDocumentContentChangeEvent 2016-09-17 16:20:18 +02:00
Dirk Bäumer
5031931372 Merge pull request #68 from hediet/master
Fixed some non-normative inconsistencies
2016-09-17 16:03:32 +02:00
Dirk Baeumer
df8352cb96 Clarify one server per tool. 2016-09-17 15:57:35 +02:00
Henning Dieterichs
97238294af Fixed some inconsistencies:
* "param" to "params"
* "export interface" to "interface"
* added missing "interface" keyword for InitializeResult
2016-09-12 13:16:22 -07:00
Dirk Baeumer
b1b1eedead Corrected array notation. 2016-08-18 09:48:25 +02:00
Dirk Baeumer
c6fdb6237c Clarify 'completionItem/resolve' resolve. 2016-08-18 09:45:06 +02:00
Dirk Baeumer
15dece2931 More clarification for document highlight. 2016-08-18 09:37:09 +02:00
Dirk Baeumer
f131ed42ce Clarified document highlight versus references 2016-08-18 09:29:35 +02:00
Dirk Bäumer
cdfb526124 Merge pull request #46 from kthoms/patch-6
Consistent use of suffix 'Request' in headers
2016-08-17 18:12:46 +02:00
Dirk Bäumer
c2d9ab008a Merge pull request #45 from kthoms/patch-5
Typo fixed
2016-08-17 18:11:26 +02:00
Dirk Bäumer
f171f07a80 Merge pull request #44 from kthoms/patch-4
Consistent text style
2016-08-17 17:56:11 +02:00
Dirk Bäumer
d5e813636f Merge pull request #43 from kthoms/patch-2
Typo: Header File Name -> Header Field Name
2016-08-17 17:54:04 +02:00
Karsten Thoms
a1506ece02 Consistent use of suffix 'Request' in headers
In previous sections, the suffix 'Notification' and 'Request' was added as suffix in the section header. Added the suffix 'Request' for the section headers where this was missing.
2016-07-29 09:57:19 +02:00
Karsten Thoms
c26caa6fce Typo fixed 2016-07-29 09:46:46 +02:00
Karsten Thoms
434f03d2b3 Consistent text style
- consistent use of capital letter after "New:" and "Changed:"
- consistent placing of the colon after New and Changed within the bold section
2016-07-27 13:26:40 +02:00
Karsten Thoms
c730a8429d Typo: Header File Name -> Header Field Name 2016-07-27 12:51:29 +02:00
Natacha Gabbamonte
5227390b58 Fix params link under Completion Request 2016-07-26 16:39:18 -04:00
Dirk Bäumer
2d6bc9290d Merge pull request #36 from Marwes/patch-1
DidOpenTextDocumentParams does not extend TextDocumentIdentifier
2016-07-13 16:59:43 +02:00
Dirk Baeumer
64aedbdb3c Fixes #35: Find References documentation is a bit ambiguous 2016-07-13 16:46:54 +02:00
Markus Westerlind
aa25218aa2 DidOpenTextDocumentParams does not extend TextDocumentIdentifier
See 032c12a09c/server/src/protocol.ts (L411-L416).

The `uri` field is present in the `TextDocumentItem` in any case.
2016-07-09 12:45:58 +02:00
Markus Keller
4312579fbc typos 2016-07-04 21:50:40 +02:00
Václav Pavlín
32b30aab81 Fix typos in protocol.md 2016-06-28 08:45:48 +02:00
Dirk Baeumer
26328e649a Split readme into readme and protocol 2016-06-23 23:19:28 +02:00