Dirk Baeumer
759c09546b
Some minor fixes
2018-12-13 14:05:42 +01:00
Dirk Baeumer
2b2f9c2fbc
Spec link support
2018-12-13 11:35:59 +01:00
Dirk Baeumer
f66542b758
Add label offset to spec
2018-12-13 09:20:15 +01:00
Dirk Bäumer
693949233a
Merge pull request #579 from jankeromnes/minor-improvements
...
Minor improvements: Typos, grammar, wording.
2018-11-21 17:11:49 +01:00
Adolfo Ochagavía
2d6673af37
Fix typo in specification
2018-11-06 13:43:38 +01:00
Dirk Bäumer
ede3b065d0
Merge pull request #589 from rcjsuen/patch-7
...
Correct typo in request name
2018-10-29 18:27:21 +01:00
Fred Miller
e46c7883e1
Fix broken parentheses
2018-10-24 15:29:12 +08:00
Remy Suen
7de7a5687e
Correct typo in request name
...
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-10-23 16:21:00 -04:00
Jan Keromnes
1f9b1f0838
Minor improvements: Typos, grammar, wording.
2018-10-07 08:27:49 +00:00
Lewis Cowper
d3349b9437
Fixes #461 - Turn headers into hyperlinks (website)
2018-10-04 15:35:16 +02:00
Dirk Baeumer
0ccda19056
Fix minor spacing issues
2018-09-11 12:04:27 +02:00
Dirk Baeumer
7f004f0a00
Update spec to version 3.13.0
2018-09-11 12:00:18 +02:00
Dirk Baeumer
d3d2672d65
Use S' and S'' instead of numbers.
2018-09-04 15:17:07 +02:00
Dirk Baeumer
ea0685f6d3
Clarify version number
2018-09-04 14:27:22 +02:00
Dirk Bäumer
24b229a97c
Merge pull request #550 from TypeFox/msp_foldingRangeParam
...
Renamed FoldingRangeRequestParam => FoldingRangeParams
2018-08-29 11:07:52 +02:00
Dirk Bäumer
6ccf1c2847
Merge pull request #553 from rcjsuen/version-typos
...
Add version information to the specification
2018-08-29 11:02:26 +02:00
Martin Aeschlimann
9e2713d5f1
Merge pull request #549 from TypeFox/msp_foldingRange
...
Fixed textDocument/foldingRanges => textDocument/foldingRange
2018-08-24 09:31:01 +02:00
Remy Suen
8bc1eb8f90
Fix version typos in the change log
...
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-08-23 12:24:53 -04:00
Remy Suen
2d04c9861e
Add version information for textDocument/prepareRename
...
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-08-23 12:24:16 -04:00
Dirk Baeumer
e0ed81b9c0
Update version reference to 3.12.
2018-08-23 16:17:14 +02:00
Miro Spönemann
533a4b9c07
Renamed FoldingRangeRequestParam => FoldingRangeParams
...
Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
2018-08-23 16:11:23 +02:00
Remy Suen
2c78a27920
Add textDocument/prepareRename
...
Introduce a new request for validating whether a rename operation is
valid at the given position. The request will also determine whether
the range and optionally text to be renamed.
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-08-22 12:19:55 -04:00
Miro Spönemann
f39afb4703
Fixed 'textDocument/foldingRanges' => 'textDocument/foldingRange'
...
Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
2018-08-22 10:01:31 +02:00
Dirk Bäumer
41dccdf366
Merge pull request #544 from ehuss/color-pres-typo
...
Fix typo in Color Presentation Request.
2018-08-21 21:19:37 +02:00
Dirk Bäumer
9e01a9a3e1
Merge branch 'gh-pages' into foldingrange-formatting
2018-08-21 21:16:01 +02:00
Aleksey Kladov
796cb6e7b7
Don't require the detail to be copy of name
2018-08-21 18:02:58 +03:00
Dirk Baeumer
1d0bee243e
Clarify availablity of CodeActionOptions
2018-08-21 13:53:17 +02:00
Dirk Baeumer
7aed39bc4b
Add support code code action registration options
2018-08-21 12:24:01 +02:00
Dirk Bäumer
20d0cecf4f
Merge pull request #534 from Gama11/codeActionOptions
...
Add CodeActionOptions with providedCodeActionKinds
2018-08-21 11:19:30 +02:00
Martin Aeschlimann
09ecb5ecd9
textDocument/foldingRange not foldingRanges
2018-08-20 16:12:31 +02:00
Martin Aeschlimann
6b9ef042b7
fix formatting error for FoldingRange
2018-08-13 21:59:02 +02:00
Martin Aeschlimann
08dfb70fdc
fix typos (the the)
2018-08-13 20:52:50 +02:00
Eric Huss
eebe01d802
Fix typo in Color Presentation Request.
2018-08-11 14:41:18 -07:00
Remy Suen
f06eed2f66
Fix Markdown formatting for folding API
...
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-08-09 07:38:05 -04:00
Martin Aeschlimann
9d64e8cb88
Merge pull request #538 from Bubba/patch-1
...
Add hierarchicalDocumentSymbolSupport to Text Document Client Capabilities
2018-08-06 15:47:22 +02:00
Martin Aeschlimann
e4c68b47e3
Merge pull request #499 from cmyr/fixup/typos
...
Fixup typos in specification.md
2018-08-06 15:34:55 +02:00
Luke Lau
b1e79906df
Match up documentation with vscode-languageserver-node
...
451eee7818/protocol/src/protocol.ts (L425)
2018-08-06 12:19:58 +01:00
Luke Lau
a851602124
Add hierarchicalDocumentSymbolSupport
...
This seems to be returned by the VS Code insiders build and in 451eee7818/protocol/src/protocol.ts (L425) , and it seems necessary in order to maintain backwards compatibility with clients that do not yet support the new `DocumentSymbol` type
2018-08-06 12:17:34 +01:00
Martin Aeschlimann
2a2d6058d0
document folding ranges ( fixes #418 )
2018-08-02 10:10:54 +02:00
Jens Fischer
9ae6daabbc
Add CodeActionOptions with providedCodeActionKinds
2018-07-28 13:34:17 +02:00
Dirk Bäumer
3e2b2a9785
Merge pull request #529 from PoignardAzur/patch-1
...
Fix minor typo in specification
2018-07-24 15:54:22 +02:00
Dirk Baeumer
396743671d
Add support for document symbols
2018-07-24 11:43:10 +02:00
Olivier FAURE
10d05dd07f
Fix minor typo in specification
...
Specification description mentions member "schema", even though examples and typescript spec mention member "scheme".
2018-07-21 15:36:32 +02:00
Dirk Baeumer
9c69f79454
Clarify what happens if the language id of a document changes.
2018-07-13 15:12:22 -07:00
Dirk Bäumer
da1986984b
Merge pull request #516 from TysonAndre/patch-1
...
Fix typo: litaral -> literal
2018-07-12 18:08:28 -07:00
Dirk Baeumer
ad32dfb258
Update spec to reflect new preselect field.
2018-07-12 18:02:02 -07:00
Tyson Andre
55e643a28d
Fix typo: litaral -> literal
2018-07-05 19:59:01 -07:00
Samarth Wahal
b0e8b6c463
Fix typo
2018-06-27 12:48:13 -07:00
Pine Wu
5e76bb0826
Fix json
2018-06-19 14:56:36 -07:00
Colin Rofls
beb9021e1c
Fixup typos in specification.md
2018-06-19 12:00:09 -04:00