Dirk Baeumer
|
329f66397a
|
More edits for reference links
|
2020-03-27 12:57:08 +01:00 |
|
Dirk Baeumer
|
fd51c27809
|
Start documenting reference links
|
2020-03-26 17:53:23 +01:00 |
|
Dirk Bäumer
|
722b3aa23b
|
Merge pull request #936 from rgrinberg/ocamllsp
Add ocamllsp to list of lsp servers
|
2020-03-03 19:14:30 +01:00 |
|
Rudi Grinberg
|
d11b33a87e
|
Add ocamllsp
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
|
2020-03-03 15:14:49 +00:00 |
|
Dirk Baeumer
|
c1056dcd8d
|
Some clarification about signature help
|
2020-03-03 11:16:37 +01:00 |
|
Dirk Bäumer
|
61b2ffb07a
|
Merge pull request #935 from sigsevneo/patch-1
Add PromQL lang server
|
2020-03-03 10:56:33 +01:00 |
|
Anagh
|
7bcf6eb8db
|
Add PromQL lang server
|
2020-03-03 02:04:20 +08:00 |
|
Dirk Baeumer
|
971eb10a26
|
Fix type
|
2020-02-25 14:17:30 +01:00 |
|
Dirk Baeumer
|
0689f45bbd
|
Fixes #928: Add LSIF to the main LSP start page.
|
2020-02-21 12:00:42 +01:00 |
|
Dirk Baeumer
|
31151b960a
|
Fixes #931: prepareRename vs TextDocumentPositionParams
|
2020-02-20 09:54:03 +01:00 |
|
Dirk Baeumer
|
6e53f39054
|
Fixes #930
|
2020-02-20 09:21:11 +01:00 |
|
Dirk Baeumer
|
3e74fe8f36
|
Fixes #911: 3.15: interface ClientCapabilities listing lacks workspace.workspaceFolders and workspace.configuration
|
2020-02-19 15:38:26 +01:00 |
|
Dirk Baeumer
|
f79da6d703
|
Fixes #924: [clarification] completionItem/resolve and additionalTextEdits
|
2020-02-19 11:41:49 +01:00 |
|
Dirk Bäumer
|
d2b8e0e324
|
Merge pull request #912 from larshp/patch-1
specification 3.15, fix typo
|
2020-02-19 11:11:18 +01:00 |
|
Dirk Baeumer
|
bf07a27df1
|
Fix broken table
|
2020-02-19 09:49:17 +01:00 |
|
Dirk Bäumer
|
c19518b217
|
Merge pull request #922 from renkun-ken/patch-1
Fix typo
|
2020-02-18 17:31:21 +01:00 |
|
Dirk Bäumer
|
96510a5bdc
|
Merge pull request #921 from DivineDominion/patch-1
fix typo
|
2020-02-18 17:29:16 +01:00 |
|
Dirk Bäumer
|
4a45faddbf
|
Merge pull request #920 from mattn/patch-1
Add efm-langserver
|
2020-02-18 17:26:55 +01:00 |
|
Dirk Bäumer
|
8d322b456c
|
Merge pull request #918 from reznikmm/patch-7
Add selection range related capabilities to 3.15
|
2020-02-18 17:25:49 +01:00 |
|
Dirk Bäumer
|
1948b4726e
|
Merge pull request #917 from reznikmm/patch-5
Drop duplicated TextDocumentRegistrationOptions
|
2020-02-18 17:14:10 +01:00 |
|
Dirk Bäumer
|
b26f07e0d1
|
Merge pull request #916 from reznikmm/patch-4
Replace ts with typescript in 3.15 markdown
|
2020-02-18 17:09:22 +01:00 |
|
Dirk Bäumer
|
24340b4d0a
|
Merge pull request #915 from reznikmm/patch-3
Drop extra ExecuteCommandOptions def in 3.15
|
2020-02-18 17:07:43 +01:00 |
|
Dirk Bäumer
|
acf8d35649
|
Merge pull request #914 from reznikmm/patch-2
Drop extra foldingRangeProvider definition in 3.15
|
2020-02-18 17:00:39 +01:00 |
|
Dirk Bäumer
|
1f7fb61bb6
|
Merge pull request #913 from reznikmm/patch-1
Fix specification-3-15.md markdown formatting
|
2020-02-18 16:57:42 +01:00 |
|
Kun Ren
|
3e0804df1b
|
Fix typo
|
2020-02-17 01:24:59 +08:00 |
|
Christian Tietze
|
00f53a8e00
|
fix typo
|
2020-02-16 14:33:29 +01:00 |
|
mattn
|
15aaad9ef6
|
Update _implementors/servers.md
|
2020-02-15 22:50:56 +09:00 |
|
mattn
|
4251dddd67
|
Add efm-langserver
|
2020-02-15 22:44:46 +09:00 |
|
Maxim Reznik
|
6fb6b0b858
|
Add selection range related capabilities to 3.15
|
2020-02-14 18:40:15 +02:00 |
|
Maxim Reznik
|
69a1e16b04
|
Drop duplicated TextDocumentRegistrationOptions
interface definition to avoid double definition. We already have the same definition above.
|
2020-02-14 18:20:10 +02:00 |
|
Maxim Reznik
|
0c63e0a771
|
Replace ts with typescript in 3.15 markdown
to be uniform with others typescript snippets
|
2020-02-14 18:13:14 +02:00 |
|
Maxim Reznik
|
b884aa1407
|
Drop extra ExecuteCommandOptions def in 3.15
We aready have `export interface ExecuteCommandOptions` (more precise) definition. Let's drop this one to avoid duplication.
|
2020-02-14 17:10:16 +02:00 |
|
Maxim Reznik
|
92fed6f959
|
Drop extra foldingRangeProvider definition in 3.15
It seems a copy/paste error.
|
2020-02-14 17:01:51 +02:00 |
|
Maxim Reznik
|
bccbe4cb2f
|
Fix specification-3-15.md markdown formatting
|
2020-02-11 19:14:42 +02:00 |
|
Lars Hvam
|
8585e964dd
|
specification 3.15, fix typo
|
2020-02-09 17:23:27 +01:00 |
|
Dirk Bäumer
|
0280beca9d
|
Merge pull request #897 from KamasamaK/extend-textdocumentpositionparams-20200121
Extend TextDocumentPositionParams
|
2020-02-03 14:30:03 +01:00 |
|
Dirk Baeumer
|
11e4c5c4fb
|
Fixes #909: Multiple definitions of TextDocumentSyncOptions
|
2020-02-03 14:14:31 +01:00 |
|
Dirk Bäumer
|
93590b9875
|
Merge pull request #907 from admvx/patch-1
Add ActionScript 2.0 entry to servers.md
|
2020-02-03 12:16:41 +01:00 |
|
Dirk Bäumer
|
2a75d7135a
|
Merge pull request #908 from kenkangxgwe/patch-1
Add Wolfram Language Server
|
2020-02-03 12:16:25 +01:00 |
|
康小广
|
6c674d5c6e
|
Add Wolfram Language Server
|
2020-02-02 00:54:19 -08:00 |
|
Adam Vernon
|
fbf7cdc671
|
Add ActionScript 2.0 entry to servers.md
<3
|
2020-01-30 23:18:51 -08:00 |
|
Dirk Baeumer
|
ef7ff2cb0f
|
Fixes #904: Progress reporting during initialization
|
2020-01-28 17:01:34 +01:00 |
|
Dirk Baeumer
|
a8f763b45c
|
Fixes #903: Is cancelling a server initiated progress report described in the lsp?
|
2020-01-28 16:14:44 +01:00 |
|
Dirk Bäumer
|
1b9ad7d51f
|
Merge pull request #902 from otreblan/gh-pages
Add WIP C++17 library implementation
|
2020-01-28 10:38:23 +01:00 |
|
otreblan
|
4e7975e205
|
Add WIP C++17 library implementation
|
2020-01-27 12:45:01 -05:00 |
|
Dirk Baeumer
|
756750cca6
|
Move LSIF overview into Web page
|
2020-01-27 13:03:12 +01:00 |
|
Dirk Baeumer
|
5d1a6f1844
|
Mention LSIF on start page and header
|
2020-01-27 12:06:43 +01:00 |
|
Dirk Baeumer
|
cf073e742a
|
Add LSIF specification to Web portal
|
2020-01-27 12:01:06 +01:00 |
|
Dirk Bäumer
|
332ff94ae6
|
Merge pull request #899 from disposedtrolley/patch-1
Add WIP Go SDK implementation
|
2020-01-27 09:56:51 +01:00 |
|
James Liu
|
aed90a1f11
|
Add WIP Go SDK implementation
|
2020-01-27 16:42:36 +11:00 |
|