Commit graph

100 commits

Author SHA1 Message Date
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
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
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
Dirk Bäumer
0266d9107b Merge pull request #29 from mkeller/master
typos
2016-07-05 16:32:13 +02:00
Markus Keller
4312579fbc typos 2016-07-04 21:50:40 +02:00
Dirk Baeumer
5fb2a098b8 Fixes #17: Specify a version on the JSON-RPC 2016-07-01 15:05:22 +02:00
Dirk Bäumer
35fe62dcfc Merge pull request #20 from vpavlin/bug/typo-in-protocolmd
Fix typos in protocol.md
2016-06-28 09:46:15 +02:00
Václav Pavlín
32b30aab81 Fix typos in protocol.md 2016-06-28 08:45:48 +02:00
Sean McBreen
e0a7ffbe91 Oops fix spelling error. 2016-06-27 12:01:09 -07:00
Sean McBreen
5565c8be4b Updating to include Eclipse Che blog. 2016-06-27 11:38:51 -07:00
Sean McBreen
e104dc8c1f Add link to blog for today. 2016-06-27 11:26:49 -07:00