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
Dirk Bäumer
8995c4e42c
Merge pull request #117 from vladdu/add_toc
...
add table of contents to the specification #114
2016-11-21 13:56:42 -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
Erich Gamma
7302a81fcf
Fixing red squiggles in the diagram
2016-11-04 21:34:53 +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
Dirk Bäumer
a92c0b5f9b
Merge pull request #108 from smarter/fix/ParameterInformation
...
Correct minor issue in ParameterInformation doc
2016-10-31 11:58:32 +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
Greg Van Liew
45132fc7f3
Merge pull request #97 from gmorenz/master
...
Link directly to vscode blogpost
2016-10-19 07:42:19 -07:00
gmorenz
06bc2a25b4
Link directly to vscode blogpost
2016-10-18 20:31:23 -04: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 Bäumer
9aa353caa5
Merge pull request #74 from mortonfox/patch-1
...
Fix license link
2016-10-14 15:31:13 +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
Erich Gamma
302efc0ff0
fixing issue #79
2016-10-04 12:04:20 +02:00
Morton Fox
e0ad3269fd
Fix license link
2016-09-23 00:09:02 -04:00
Dirk Bäumer
f38dd74ee1
Merge pull request #56 from Persola/master
...
Correct grammar in and rephrase README
2016-09-19 10:36:16 +02: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
Luke Persola
222a4fec7e
Correct grammar in and rephrase README
2016-08-24 18:11:55 -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
Dirk Bäumer
8192e8e8b6
Merge pull request #42 from natgabb/patch-1
...
Fix params link under Completion Request
2016-08-17 17:41:25 +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