Dirk Baeumer
806144fe1e
First draft on how to contribute protocol extensions
2017-09-06 21:31:14 +02:00
Dirk Baeumer
e1ecd6a23a
Clarify #19
2017-05-17 16:10:15 +02:00
Dirk Baeumer
30dbdb95d4
Merged #225 .
2017-05-17 13:49:08 +02:00
Dirk Bäumer
e9adf62e04
Merge pull request #231 from CXuesong/master
...
Fix typo in summary of `interface Registration`.
2017-05-17 13:19:18 +02:00
Dirk Baeumer
101b925f67
Use WorkspaceClientCapabilites.workspaceEdit.documentChanges
2017-05-17 11:44:07 +02:00
Dirk Bäumer
9348d81c4e
Merge pull request #239 from RainerKlute/patch-1
...
Typo fixed
2017-05-17 11:41:23 +02:00
Dirk Baeumer
f9af074510
Fixes #240 : Description of "documentChanges" of "WorkspaceEdit" is unclear
2017-05-17 11:39:21 +02:00
Dirk Baeumer
a8c74eb62e
Fixed #241 : Description of "version" of "TextDocumentItem" is unclear
2017-05-17 11:26:30 +02:00
Dirk Baeumer
35fdabcd26
Minor type fix
2017-05-17 10:48:13 +02:00
Dirk Bäumer
6725fdd2fe
Merge pull request #242 from RainerKlute/patch-3
...
Various minor editorial changes
2017-05-17 10:46:43 +02:00
Dirk Bäumer
f46eb9656a
Merge pull request #244 from ktec/patch-1
...
Update protocol-1-x.md
2017-05-17 09:27:50 +02:00
Keith
af27500766
Update protocol-1-x.md
...
Various spelling and grammar corrections
2017-05-13 00:04:01 +01:00
Rainer Klute
814c5e6cea
Various minor editorial changes
...
I am suggesting a couple of minor editorial changes regarding spelling, grammar, style, and clarity.
2017-05-08 16:34:58 +02:00
Dirk Bäumer
a0d9d12fa6
Update README.md
2017-05-04 16:16:46 +02:00
forest93
cb777e7d65
Typo: register.
2017-05-03 13:57:56 +08:00
forest93
4308e916a9
previously register -> previously registered.
2017-05-03 13:56:11 +08:00
forest93
eeceae2fdc
:Fix typo in summary of interface Registration.
2017-05-03 13:43:16 +08:00
Rainer Klute
368e90bedb
Typo fixed.
2017-04-26 17:24:09 +02:00
Dirk Baeumer
20cf6216a7
More clarification on utf8
2017-04-14 15:04:34 +02:00
Dirk Baeumer
03ff4df637
Fixes #180 : Clarify role of "Initialized" notification
2017-04-12 12:31:22 +02:00
Dirk Baeumer
f374f5c788
Fixes #181 : Differences between VSCode and the language server protocol regarding code action requests
2017-04-12 12:04:29 +02:00
Dirk Baeumer
2a15019a4b
More clarification on encoding
2017-04-11 17:47:45 +02:00
Dirk Bäumer
99a71c6d4d
Merge pull request #186 from damieng/patch-1
...
Correct log message heading in protocol v1
2017-04-11 17:26:31 +02:00
Dirk Bäumer
08465ece6e
Merge pull request #199 from ljw1004/master
...
Change "utf8" to "utf-8" with a hyphen
2017-04-11 17:20:31 +02:00
Dirk Bäumer
1f9b9d3572
Merge pull request #205 from cxxxr/typo
...
"TextDocumentRegistrationsOptions" -> "TextDocumentRegistrationOptions"
2017-04-11 17:17:04 +02:00
Dirk Baeumer
9ec10d8ed0
See PR #153
2017-04-11 17:13:58 +02:00
Dirk Bäumer
927aecb4f4
Merge pull request #207 from vladdu/patch-2
...
small corrections
2017-04-11 17:06:11 +02:00
Dirk Baeumer
dd28652bca
Fixes #214 : Unfinished sentence in the intro of v3 protocol
2017-04-11 15:35:25 +02:00
Dirk Baeumer
fce1c2c336
Adresses #215
2017-04-11 15:10:16 +02:00
Dirk Baeumer
d1cfc0559a
More tweaking on SignatureHelp
2017-04-10 15:01:24 +02:00
Dirk Baeumer
c6c566b102
Clarified active parameter in the absense of such in an active signature
2017-04-10 13:02:40 +02:00
Dirk Baeumer
8d9974bcf0
Explained whz active signature / parameter shouldn't be left optional.
2017-04-10 12:56:50 +02:00
Vlad Dumitrescu
e5048b3f29
small corrections
2017-03-30 16:55:51 +02:00
cxxxr
22ea156af9
"TextDocumentRegistrationsOptions" -> "TextDocumentRegistrationOptions"
2017-03-23 14:42:48 +09:00
Lucian Wischik
5b0e4cd05d
Changed "utf8" to "utf-8"
...
The charset name is "utf-8" with a hyphen. I think that "utf8" without a hyphen doesn't even exist in the wild.
https://tools.ietf.org/html/rfc3629 - section 8
https://tools.ietf.org/html/rfc5987 - section 3.2.1
2017-03-09 09:09:14 -08:00
Lucian Wischik
04f32a5b34
Merge pull request #1 from Microsoft/master
...
FI
2017-03-09 08:42:12 -08:00
Dirk Baeumer
f3ef9bf65e
Add ErrorCodes.RequestCancelled
2017-03-09 12:32:05 +01:00
Dirk Baeumer
36e222bde8
Clarifies result property usage in a ResponseMessage
2017-03-09 11:53:08 +01:00
Dirk Bäumer
2f5f03ba29
Merge pull request #198 from ljw1004/master
...
DidChange might only have new text
2017-03-09 11:39:24 +01:00
Lucian Wischik
a705793e81
DidChange might only have new text
...
Currently the spec says that `TextDocumentContentChangeEvent.text` contains the new text of the *document*.
I assume that, if the server requested incremental changes and if the client obliged by sending a range+rangelength, then the `text` field merely contains the new text of the *range*.
2017-03-08 08:37:56 -08:00
Dirk Baeumer
e9b6d8e05b
Fixed typos.
2017-03-08 08:48:16 +01:00
Dirk Baeumer
f9ecf7250c
Fixes #193 : Clarification on client capabilities
2017-03-07 12:49:29 +01:00
Dirk Baeumer
2595b281e0
Fixes #194 : Consistency in null/void/undefined result types
2017-03-07 12:14:48 +01:00
Dirk Baeumer
17aae15b10
Fixes #195 : Clarification: what happens with exit notification prior to Initialize request
2017-03-07 12:03:14 +01:00
Dirk Baeumer
bfa94d35d5
FIxes #196 : No way to respond to malformed message
2017-03-07 11:55:26 +01:00
Dirk Baeumer
696585454c
Document $/ messages
2017-03-02 15:20:25 +01:00
Dirk Baeumer
5caa57dc3b
Add workspace edit capability
2017-02-28 22:20:11 +01:00
Dirk Baeumer
f4d7732e9c
Make WorkspaceEdit backwards compatible
2017-02-28 22:15:56 +01:00
Dirk Baeumer
a060f44ace
WorkspaceEdit is incompatible with the protocol.
2017-02-28 17:18:41 +01:00
Damien Guard
0545a1a943
Correct log message heading
...
Was a duplicate of the show message heading.
2017-02-17 15:16:54 -08:00