Maria José Solano
4cd4ff8113
Add capability information to textDocument/colorPresentation ( #2173 )
2025-08-07 06:16:48 +00:00
Peter Tripp
0003fb53f1
Markdown whitespace formatting improvements ( #2172 )
...
Normalize markdown whitespace
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2025-08-06 13:21:17 +00:00
Peter Tripp
c41319b3a1
Fix broken anchor links in changelog ( #2171 )
2025-08-06 13:55:26 +02:00
skewb1k
5c0766e299
correct grammar and consistency in lazy property descriptions ( #2170 )
...
- the clients -> the client
- lazy -> lazily
- announces -> announcing
2025-08-06 10:22:04 +00:00
Sebastien Stettler
f72ac036c1
fix: improve readability of comment, ( #2155 )
...
i was reading through the spec and this sentence seemed a bit off due to the
`in` and `symbol` alliteration.
2025-06-12 15:42:36 +02:00
Dirk Bäumer
9ddcb99309
Add redirects for specifications/specification-3-17 ( #2151 )
2025-06-05 19:41:21 +02:00
Dirk Bäumer
3b807ce23a
Add token type label to 3.18 spec ( #2138 )
2025-05-16 10:22:15 +02:00
Brynne Taylor
f20ba0702f
fix typo in glob pattern spec ( #2132 )
2025-05-14 08:39:38 +02:00
Dirk Bäumer
5a5218a19e
Apply #2123 to 3.18 release ( #2124 )
2025-04-01 09:45:13 +02:00
Andrew Dunbar
c04480f575
several grammar fixes ( #2123 )
...
Mostly verbs agreeing with the closest noun instead of agreeing with the head of the noun phrase.
2025-04-01 07:40:59 +00:00
imbant
a2028be92f
Ensure document state synchronization before client requests ( #2017 )
...
* Added description about the order of `signatureHelp` and `didChange`
Copy this [discussion](https://github.com/microsoft/language-server-protocol/issues/2011#issuecomment-2343081904 ) to the document
* Revert the specific description about the order of didChange
* Ensure document state synchronization before client requests
* Ensure document state synchronization before client requests
* add a concrete example
* add a concrete example
---------
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2025-03-31 07:06:17 +00:00
Maria José Solano
a4900f4f0c
Update range formatting capabilities in metamodel ( #2106 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2025-03-04 09:10:05 +00:00
Maria José Solano
61a2a53533
Update metamodel ( #2104 )
2025-02-20 08:41:46 +00:00
Dirk Bäumer
119ed0243c
Revert #2087 ( #2102 )
2025-02-18 12:39:30 +01:00
Michael Davis
cbfbc6dd35
Clarify that $0 should not use any other snippet syntax ( #2087 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2025-02-10 08:43:45 +00:00
Maria José Solano
7c79d23383
Add capability information to metamodel ( #2096 )
2025-02-10 08:43:28 +00:00
Ben Cox
80d57dba23
Typo in workspace diagnostics ( #2086 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2025-02-10 08:43:06 +00:00
Dirk Bäumer
3dc312ed8a
Clarify #2042 : Request for clarification regarding CompletionItem. ( #2050 )
2024-10-25 12:15:34 +02:00
Pig Fang
2cef6aec02
fix punctuation typo ( #2048 )
2024-10-24 13:46:11 +02:00
Dirk Bäumer
188c2aa2ed
Add TextDocumentFilterClientCapabilities ( #2041 )
2024-10-15 11:16:17 +02:00
Danny Tuppeny
c6af121e16
Add support for completionList.applyKind to determine how values from completionList.itemDefaults and completion are combined. ( #2018 )
...
* Add support for `completionList.applyKind` to determine how values from `completionList.itemDefaults` and `completion` are combined.
Fixes https://github.com/microsoft/language-server-protocol/issues/1802
* Update completion.md
* Simplify by removing distinction between null/undefined
* Use a single client capability + add ApplyKind enum/type
* Make this clearer
* Minor fixes
- commitCharacters isn't allowed to be null so no point mentioning this
- Fix missing quote
- Fix error in ApplyKind type (either needs "typeof" or to use literals, and other things use literals)
* Change ApplyKind to be integers
* Typos
---------
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-10-08 08:52:57 +02:00
Stella
0046ca28b1
Support llmGenerated property on CodeAction ( #2020 )
...
* add new property to codeAction
* address feedback to use CodeActioTag
* wording tweaks
* add client capability
2024-09-20 17:40:53 -07:00
Didrik Munther
0a59f91559
Fix misspelling in pullDiagnostics.md ( #2022 )
...
Update pullDiagnostics.md
2024-09-17 09:25:01 +02:00
dawe
2eff674509
fix typo in the documentation of CompletionParams
2024-09-11 17:43:57 +02:00
InSync
2951a08532
Fix a few typos
2024-09-01 19:48:39 +07:00
Dirk Bäumer
2344e6a4d3
Support schemes in text document content ( #2000 )
2024-08-12 18:01:52 +02:00
Dirk Bäumer
50e8d653ff
Add TextDocumentContentResult ( #1997 )
2024-08-09 13:28:37 +02:00
Dirk Bäumer
aede136957
Document text document content request and update changelog ( #1994 )
...
* Document new text document content request
* Update 3.18 spec
2024-08-07 10:33:47 -07:00
Dirk Bäumer
7e1b69da6a
Update ruby version, add GlobPatterns to document filters for 3.18 and update meta model to latest implementation. ( #1993 )
2024-08-05 12:43:56 +02:00
Remco Haszing
624b71a538
Recommend a default diagnostic severity for clients ( #1978 )
...
Add a recommendation for clients to interpret diagnostics without a
severity as an error.
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-07-09 17:13:45 +00:00
Dirk Bäumer
e199a1a779
Fixes #1761 : No client capability for codeLens/resolve ( #1979 )
2024-07-09 06:59:48 -07:00
Dirk Bäumer
e91fac91f7
Fixes #1674 : Clarify the query format/syntax for WorkspaceSymbolParams ( #1977 )
2024-07-08 12:54:44 -07:00
Dirk Bäumer
c9b465624b
Fixes #1630 : Properties with the unknown type should use LSPAny ( #1976 )
2024-07-08 11:48:23 -07:00
Dirk Bäumer
8c2799c5d4
Fixes #1502 : Missing link to Uri.scheme? ( #1975 )
2024-07-08 08:26:18 -07:00
Dirk Bäumer
8c20ff0e56
Fixes #1613 : textDocument/semanticTokens/range: documentation lacks information on what to do if token only partially overlaps the specified range ( #1974 )
2024-07-08 07:49:45 -07:00
Dirk Bäumer
72e9fed3b2
Fixes #1958 : The meaning of a missing diagnostic severity is ambiguous ( #1973 )
2024-07-08 16:11:49 +02:00
Stachu Korick
58886e0fe4
Clarify deltaLine and deltaStart of SemanticTokens payload ( #1966 )
...
clarify deltaLine and deltaStart
2024-07-08 07:33:48 +00:00
Dirk Bäumer
b96d565af3
Reference FileChangeType ( #1948 )
2024-06-11 07:10:13 -07:00
Wilfred Hughes
546503e666
Fix typo in RequestCancelled doc comment ( #1922 )
2024-04-16 07:19:20 +00:00
Maria José Solano
4d044f5ba3
Add markup diagnostic message clarification ( #1917 )
...
Add clarification
2024-04-12 07:07:39 +00:00
Maria José Solano
995254ab6d
Fix metamodel ( #1910 )
2024-03-21 08:57:51 +00:00
Maria José Solano
df7c77baf1
Specification for MarkupContent support in diagnostic messages ( #1905 )
...
* add markup diagnostic message spec
* Update metamodel
2024-03-19 11:14:39 +00:00
Ilia Abedianamiri
fbb32f4e66
A small typo in the summary paragraph ( #1903 )
2024-02-26 13:42:36 +00:00
Dirk Bäumer
43a3ed3cc7
Some more clarification ( #1901 )
2024-02-16 10:46:21 +01:00
Maria José Solano
fa158049b7
Add snippet text edit specification ( #1892 )
...
* Add snippet text edit specs
* add remarks
2024-02-16 08:39:24 +00:00
Michael Peyton Jones
0771974327
Add Haskell to language kind table ( #1898 )
2024-02-13 11:25:33 +00:00
Maria José Solano
0956d645c0
Remove insertTextFormat from InlineCompletionItem ( #1894 )
...
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-02-06 10:48:06 +00:00
Maria José Solano
0a0ccb4bfb
Add string value definition ( #1893 )
2024-02-02 09:25:13 +00:00
Erik De Bonte
b9c4429703
Add WorkspaceEditMetadata support ( #1881 )
...
Add types from matching vscode-langaugeserver-node PR
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-01-31 10:07:22 +00:00
Dirk Bäumer
62a1fbc083
Some minor formatting tweaks ( #1890 )
2024-01-31 10:53:19 +01:00