Commit graph

633 commits

Author SHA1 Message Date
Dirk Baeumer
176ef033cb Minor wording tweak 2019-01-24 09:27:38 +01:00
Dirk Baeumer
8cecdcdaac Put image at correct place 2019-01-23 16:30:59 +01:00
Dirk Baeumer
6fbcae62cc Some minor tweaks 2019-01-23 16:27:02 +01:00
Dirk Baeumer
601f252747 More LSIF overview writing 2019-01-23 16:10:34 +01:00
Dirk Baeumer
3401fac923 Reorg layout to support LSIF overview 2019-01-22 17:16:17 +01:00
Dirk Baeumer
ff43d03598 Fixes #657: LSP spec suggests result=null is valid when there's an error, but JSON-RPC says this is not allowed 2019-01-21 11:49:46 +01:00
Dirk Baeumer
b0eeee5b51 Fixed #655: Is a client required to provide a name for a WorkspaceFolder? 2019-01-21 11:34:59 +01:00
Dirk Baeumer
39a7a274dc Fix specification around LocationLink#targetRange and LocationLink#targetSelectionRange 2019-01-14 10:46:06 +01:00
Dirk Baeumer
f6b58d4121 Clarify workspace/didChangeWorkspaceFolders 2019-01-09 11:36:54 +01:00
Dirk Bäumer
e517c98c3e
Merge pull request #650 from jmrog/gh-pages
Add SPARQL and Turtle language servers to implementors page
2019-01-09 11:29:25 +01:00
Dirk Bäumer
fa3029405b
Merge pull request #652 from kwerle/feature/ruby_language_server
Add https://github.com/kwerle/ruby_language_server
2019-01-09 11:26:44 +01:00
Dirk Bäumer
faf89591b6
Merge pull request #649 from fhs/patch-1
Add acme-lsp tool for Acme text editor
2019-01-09 10:39:02 +01:00
Dirk Bäumer
d983f479a4
Merge pull request #647 from augb/patch-1
Update sdks.md with `pygls` entry
2019-01-09 10:37:46 +01:00
Kurt Werle
6311195251 Add https://github.com/kwerle/ruby_language_server 2018-12-29 20:15:14 -08:00
Jason Rogers
41732aac9e Add SPARQL and Turtle language servers to implementors page 2018-12-28 21:17:05 -05:00
Fazlul Shahriar
d9c12ec587
Add acme-lsp tool for Acme text editor 2018-12-28 15:46:49 -05:00
augb
f183388e14
Update sdks.md
Add `pygls` -  a pythonic generic language server.
2018-12-21 12:45:37 -06:00
Dirk Baeumer
c0c516735f Clarify label offsets 2018-12-21 11:44:16 +01:00
Dirk Baeumer
1f9f6be4dd Mentioned textDocument/declaration in change log 2018-12-21 11:28:01 +01:00
Dirk Baeumer
987244e6a5 Add a sentence that commands are best executed on the server if the capabilities are provided 2018-12-20 12:35:44 +01:00
Dirk Baeumer
40357ffcb5 Fixes #609: How should a server respond to invalid notifications (for ex textDocument/didChange with invalid line/col info)? 2018-12-20 11:56:09 +01:00
Dirk Baeumer
971966008a See #615: Clarify didChangeWatchedFiles 'non dynamic' meaning 2018-12-20 11:20:19 +01:00
Dirk Baeumer
14571a4697 Small wordning change. 2018-12-19 21:49:10 +01:00
Dirk Baeumer
25679c2e4b Fixes #584: Protocol consistency gurantees are subtly incorrect 2018-12-19 21:47:57 +01:00
Dirk Baeumer
335dd85172 Clarify ParameterInformation.label 2018-12-19 17:23:33 +01:00
Dirk Baeumer
cf05574f89 Fixes #607: Spec is unclear about responding to $/ requests 2018-12-19 15:58:33 +01:00
Dirk Baeumer
4d103f101a Spell checking pass 2018-12-19 12:18:32 +01:00
Dirk Baeumer
b955eff07e Clarify the spec around code actions and commands 2018-12-19 11:27:55 +01:00
Dirk Baeumer
1cc8e45409 Fixed typo 2018-12-18 16:07:13 +01:00
Dirk Bäumer
4e1c6e8c92
Merge pull request #644 from Gert-dev/gh-pages
Add Serenata server for PHP
2018-12-18 16:05:04 +01:00
Dirk Baeumer
82a3a3dadf Clarification around header encoding 2018-12-18 16:04:11 +01:00
Dirk Baeumer
fefedb01d1 Fixes #595: Add dart to the list of language identifiers 2018-12-18 15:48:19 +01:00
Dirk Baeumer
7a23dddcda Revert to original text for initializationOptions 2018-12-18 15:23:06 +01:00
Dirk Baeumer
6f5831085e Revert clarification around initializationOptions 2018-12-18 15:21:58 +01:00
Gert
a9c392fe59 Add Serenata server for PHP 2018-12-18 14:59:53 +01:00
Dirk Baeumer
3c0d2af1a8 Fixes #208: glob syntax is not defined 2018-12-18 12:14:05 +01:00
Dirk Baeumer
1595b7c664 Fixes #533: Clarification on sorting and filtering wording in Completion Request description 2018-12-18 12:03:00 +01:00
Dirk Baeumer
545cd6958a Fixes #567: Spec should discourage abuse of initializationOptions and didChangeConfiguration 2018-12-18 11:56:42 +01:00
Dirk Baeumer
5839ca7590 Fixes #598: Clarify the language ID list 2018-12-18 11:37:33 +01:00
Dirk Baeumer
c5e3291089 Fixes 641: LSP does not prohibit empty symbol names, but VS Code rejects them 2018-12-18 10:28:55 +01:00
Dirk Bäumer
2d472d4f74
Merge pull request #638 from LaurentTreguier/patch-1
Remove duplicated label property
2018-12-18 10:14:41 +01:00
Laurent Tréguier
510ba9676f
Remove duplicated label property
3854f1c503 duplicated the `label` property in `ParameterInformation`
2018-12-13 19:25:10 +01:00
Dirk Baeumer
3bdf2a4002 Some minor fixes 2018-12-13 14:06:50 +01:00
Dirk Baeumer
abf3cfa9d3 Spec link support 2018-12-13 14:06:49 +01:00
Dirk Baeumer
3854f1c503 Add label offset to spec 2018-12-13 14:06:49 +01:00
Dirk Bäumer
d92645b48e
Merge pull request #619 from gabro/patch-1
Add Scala language identifier
2018-12-11 10:36:33 +01:00
Dirk Bäumer
7a4c1879ce
Merge pull request #621 from yeger00/gh-pages-pylspclient
adding pylspclient for implementations SDKs
2018-12-11 10:09:22 +01:00
Dirk Bäumer
67f91be642
Merge pull request #626 from KamasamaK/add-sublime-plugin
Add Sublime Text to tools
2018-12-11 10:05:53 +01:00
Dirk Bäumer
3c565c9f1b
Merge branch 'gh-pages' into add-sublime-plugin 2018-12-11 10:05:46 +01:00
Dirk Bäumer
b5a49e112f
Merge pull request #632 from natebosch/patch-2
Add vim-lsc to list of vim plugins
2018-12-11 10:02:54 +01:00