File tree
9 files changed
+10
-12
lines changed- lib/language_server/protocol
- constant
- interface
9 files changed
+10
-12
lines changedSubmodule language-server-protocol updated 53 files
- Gemfile.lock+1-1
- _implementors/servers.md+6-2
- _implementors/tools.md+1
- _specifications/lsif/0.4.0/specification.md+1-1
- _specifications/lsif/0.5.0/specification.md+2-2
- _specifications/lsif/0.6.0/specification.md+11-11
- _specifications/lsp/3.17/language/documentLink.md+1-1
- _specifications/lsp/3.17/language/documentSymbol.md+1-1
- _specifications/lsp/3.17/language/foldingRange.md+1-1
- _specifications/lsp/3.17/language/inlayHint.md+3-3
- _specifications/lsp/3.17/metaModel/metaModel.json+182-192
- _specifications/lsp/3.17/metaModel/metaModel.schema.json+32
- _specifications/lsp/3.17/metaModel/metaModel.ts+49-1
- _specifications/lsp/3.17/specification.md+4-32
- _specifications/lsp/3.17/textDocument/didRename.md+1-1
- _specifications/lsp/3.17/types/position.md+1-1
- _specifications/lsp/3.17/types/textDocuments.md+1-1
- _specifications/lsp/3.17/window/showDocument.md+4-4
- _specifications/lsp/3.18/general/initialized.md+1-1
- _specifications/lsp/3.18/language/codeAction.md+4-4
- _specifications/lsp/3.18/language/codeLens.md+2-2
- _specifications/lsp/3.18/language/completion.md+4-4
- _specifications/lsp/3.18/language/documentLink.md+1-1
- _specifications/lsp/3.18/language/documentSymbol.md+1-1
- _specifications/lsp/3.18/language/foldingRange.md+1-1
- _specifications/lsp/3.18/language/inlayHint.md+5-5
- _specifications/lsp/3.18/language/inlineValue.md+2-2
- _specifications/lsp/3.18/language/moniker.md+2-2
- _specifications/lsp/3.18/language/publishDiagnostics.md+2-2
- _specifications/lsp/3.18/language/pullDiagnostics.md+2-2
- _specifications/lsp/3.18/language/rename.md+1-1
- _specifications/lsp/3.18/language/semanticTokens.md+3-3
- _specifications/lsp/3.18/metaModel/metaModel.json+198-208
- _specifications/lsp/3.18/metaModel/metaModel.schema.json+33-1
- _specifications/lsp/3.18/metaModel/metaModel.ts+49-1
- _specifications/lsp/3.18/notebookDocument/notebook.md+1-1
- _specifications/lsp/3.18/specification.md+14-40
- _specifications/lsp/3.18/textDocument/didRename.md+1-1
- _specifications/lsp/3.18/types/locationLink.md+2-2
- _specifications/lsp/3.18/types/partialResults.md+1-1
- _specifications/lsp/3.18/types/position.md+2-2
- _specifications/lsp/3.18/types/textDocumentPositionParams.md+2-2
- _specifications/lsp/3.18/types/textDocuments.md+1-1
- _specifications/lsp/3.18/types/workDoneProgress.md+3-3
- _specifications/lsp/3.18/types/workspaceEdit.md+2-2
- _specifications/lsp/3.18/window/showDocument.md+4-4
- _specifications/lsp/3.18/workspace/applyEdit.md+1-1
- _specifications/lsp/3.18/workspace/configuration.md+1-1
- _specifications/lsp/3.18/workspace/didChangeWatchedFiles.md+1-1
- _specifications/specification-3-14.md+6-6
- _specifications/specification-3-15.md+5-5
- _specifications/specification-3-16.md+6-6
- inspector/js/app.2dac2b37.js+1-1
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
| |||
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 |
| - | |
74 | 72 |
| |
75 | 73 |
| |
76 | 74 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
0 commit comments