Граф коммитов

1859 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 4ae4c5c896
Bump rexml from 3.3.6 to 3.3.9 (#2052)
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 10:25:31 +01:00
Dirk Bäumer 3dc312ed8a
Clarify #2042: Request for clarification regarding CompletionItem. (#2050) 2024-10-25 12:15:34 +02:00
ziweiwang 60f2bb8aec
Add BitBake language server (#2049)
Co-authored-by: Ziwei Wang <ziwei.wang@savoirfairelinux.com>
2024-10-24 15:02:16 +02:00
Pig Fang 2cef6aec02
fix punctuation typo (#2048) 2024-10-24 13:46:11 +02:00
Niels Thykier 5c9d7b009c
Add the `debputy` language server (#2044) 2024-10-22 09:35:09 +02:00
Asuka Minato c954f83611
add 3 lsp (#2046)
* add-protobuf-lsp

* one more

* fix link

* one more
2024-10-21 14:16:40 +02:00
Dirk Bäumer 188c2aa2ed
Add TextDocumentFilterClientCapabilities (#2041) 2024-10-15 11:16:17 +02:00
Yash Mewada d266b5b1d3
Add Smithy language server links to LSP (#2036)
This PR adds entry for LSP website to mention Smithy which also has an LSP. It was missing previously.
2024-10-14 12:29:27 +02:00
渴望蓝天 f8cddd6649
Add Rain language server to LSP (#2039) 2024-10-14 12:21:13 +02:00
Asuka Minato 4289f18858
add systemd (#2034)
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-10-09 08:36: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
Davy Landman dabf8b2571
Added Rascal to relevant LSP implementor sections (#2029) 2024-10-01 11:04:11 +02:00
dependabot[bot] 69f017138f
Bump webrick from 1.8.1 to 1.8.2 (#2030)
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 16:32:02 -07: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
InSync 8cc383339e
Add Taplo to implementor list (#2021)
* Add Taplo to implementor list

* Include other contributors as well
2024-09-16 19:25:30 +02:00
Dirk Bäumer 62db1270df
Merge pull request #2019 from dawedawe/typos
fix typo in the documentation of CompletionParams
2024-09-12 09:52:47 +02:00
dawe 2eff674509 fix typo in the documentation of CompletionParams 2024-09-11 17:43:57 +02:00
Dirk Bäumer abacd08f02
Merge pull request #2016 from sh-cho/gh-pages
Add fluent-bit language server implementation
2024-09-11 11:30:19 +02:00
Seonghyeon Cho 3b4eea627f Add fluent-bit language server
Signed-off-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
2024-09-11 17:09:27 +09:00
Alexander Schaber cf67a8f339
chore: fix typo from `kubernets` to `kubernetes` (#2013) 2024-09-09 10:43:48 +02:00
Dirk Bäumer 62f3402b4b
Merge pull request #2012 from SamB/patch-1
Update servers.md: vscode-markdown-languageserver moved
2024-09-06 08:55:01 +02:00
Samuel Bronson feb56d1b84
Update servers.md: vscode-markdown-languageserver moved 2024-09-05 16:03:58 -04:00
Dirk Bäumer 5bdbd27666
Merge pull request #2010 from InSyncWithFoo/gh-pages
Fix a few typos in `percentage`'s doc comments
2024-09-03 21:51:40 +02:00
InSync 2951a08532
Fix a few typos 2024-09-01 19:48:39 +07:00
Jiří Techet a4aefdb9ac
Add Geany to the list of editors supporting LSP (#2008) 2024-08-26 09:33:50 +02:00
dependabot[bot] be5ec7249a
Bump rexml from 3.3.3 to 3.3.6 (#2007)
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.3...v3.3.6)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 09:05:37 +02:00
LPeter1997 9be2f70c53
Added Draco.Lsp as an LSP SDK in .NET (#2001)
Added Draco.Lsp
2024-08-13 15:54:56 +02: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 5b5820f835
Remove unused inspector (#1996) 2024-08-08 16:40:16 +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
Asuka Minato a08124e32c
add egglog (#1989)
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-08-05 17:27:17 +02:00
Marco Roth dd9744816b
Add Stimulus LSP (#1987)
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-08-05 15:26:40 +02: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
Marco Roth f0f8214920
Add Tailwind Intellisense (#1986)
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-08-05 12:28:32 +02:00
Xuechun Hua 32de82dab5
Add PartiQL to servers.md (#1985)
Co-authored-by: Xuechun Hua <xuechunh@amazon.com>
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
2024-08-05 10:49:50 +02:00
dependabot[bot] bd80f2c96f
Bump rexml from 3.3.2 to 3.3.3 (#1991)
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 10:04:38 +02:00
dependabot[bot] 7ff692479f
Bump rexml from 3.2.8 to 3.3.2 (#1990)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.2.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.2)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 12:03:09 +02:00
Asuka Minato 95096e8c43
add Sonar (#1981) 2024-07-10 08:21:02 +00: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
梦飞翔 09aa5e102b
Update servers.md (#1968) 2024-07-05 11:28:20 +00:00
Asuka Minato cb4a85e3be
Update servers.md (#1967) 2024-07-05 07:45:33 +00:00