]> Sergey Matveev's repositories - vim-lsp.git/log
vim-lsp.git
2 years agoMerge pull request #289 from andlrc/remove-if-around-prop-decl
Yegappan Lakshmanan [Thu, 27 Apr 2023 14:29:47 +0000 (07:29 -0700)]
Merge pull request #289 from andlrc/remove-if-around-prop-decl

Remove option checks around prop_ declarations

2 years agoMerge pull request #290 from andlrc/always-send-initOpts
Yegappan Lakshmanan [Thu, 27 Apr 2023 13:55:13 +0000 (06:55 -0700)]
Merge pull request #290 from andlrc/always-send-initOpts

Always send "initializationOptions"

2 years agoAlways send "initializationOptions"
Andreas Louv [Thu, 27 Apr 2023 08:12:36 +0000 (10:12 +0200)]
Always send "initializationOptions"

Some servers expects the object to be there. One being
https://github.com/vuejs/language-tools

2 years agoRemove option checks around prop_ declarations
Andreas Louv [Thu, 27 Apr 2023 06:43:00 +0000 (08:43 +0200)]
Remove option checks around prop_ declarations

There is no reason not supporting enabling these options about
initialization instead.

2 years agoMerge pull request #284 from greeschenko/main
Yegappan Lakshmanan [Sun, 23 Apr 2023 16:35:46 +0000 (09:35 -0700)]
Merge pull request #284 from greeschenko/main

add words from current buffer to completion list

2 years agofix if
Oleksiy Hryshchenko [Sun, 23 Apr 2023 16:17:15 +0000 (19:17 +0300)]
fix if

2 years agoSave the server textDocumentSync capability
Yegappan Lakshmanan [Sun, 23 Apr 2023 15:36:44 +0000 (08:36 -0700)]
Save the server textDocumentSync capability

2 years agoadded requested changes
Oleksiy Hryshchenko [Sun, 23 Apr 2023 14:06:03 +0000 (17:06 +0300)]
added requested changes

2 years agoUpdate README.md
Yegappan Lakshmanan [Sat, 22 Apr 2023 06:10:27 +0000 (23:10 -0700)]
Update README.md

2 years agoUpdate the readme file
Yegappan Lakshmanan [Sat, 22 Apr 2023 06:09:24 +0000 (23:09 -0700)]
Update the readme file

2 years agoAdding inlay hints results in error if the text is modified
Yegappan Lakshmanan [Sat, 22 Apr 2023 03:56:41 +0000 (20:56 -0700)]
Adding inlay hints results in error if the text is modified

2 years agoadd useBufferCompletion option
Oleksiy Hryshchenko [Fri, 21 Apr 2023 20:29:02 +0000 (23:29 +0300)]
add useBufferCompletion option

2 years agoadd words from current buffer to completion list
Oleksiy Hryshchenko [Fri, 21 Apr 2023 19:30:52 +0000 (22:30 +0300)]
add words from current buffer to completion list

2 years agoMerge pull request #283 from berggeist/cleanup-diagnostics-code-duplicates
Yegappan Lakshmanan [Fri, 21 Apr 2023 19:23:49 +0000 (12:23 -0700)]
Merge pull request #283 from berggeist/cleanup-diagnostics-code-duplicates

Cleanup of code duplications for diagnostics.

2 years agoCleanup of code duplications for diagnostics.
berggeist [Fri, 21 Apr 2023 18:45:16 +0000 (20:45 +0200)]
Cleanup of code duplications for diagnostics.

2 years agoUse filterText to filter the completion matches. Move the Ultisnips code to a separa...
Yegappan Lakshmanan [Fri, 21 Apr 2023 05:25:05 +0000 (22:25 -0700)]
Use filterText to filter the completion matches.  Move the Ultisnips code to a separate function

2 years agoIn Vim9 scripts, 'ignorecase' is not used for comparison operators
Yegappan Lakshmanan [Fri, 21 Apr 2023 05:05:30 +0000 (22:05 -0700)]
In Vim9 scripts, 'ignorecase' is not used for comparison operators

2 years agoMerge pull request #282 from lithammer/sort-by-sortText
Yegappan Lakshmanan [Fri, 21 Apr 2023 03:37:11 +0000 (20:37 -0700)]
Merge pull request #282 from lithammer/sort-by-sortText

Sort complete items based on `sortText`

2 years agoSort complete items based on `sortText`
Peter Lithammer [Thu, 20 Apr 2023 15:13:36 +0000 (17:13 +0200)]
Sort complete items based on `sortText`

With this, complete items should be sorted in the same way as Visual
Studio Code (more or less). Unless the fuzzy matcher is enabled.

Fixes #281

2 years agoMerge pull request #280 from andlrc/stop-error-when-omni-compl-timeout
Yegappan Lakshmanan [Wed, 19 Apr 2023 02:22:42 +0000 (19:22 -0700)]
Merge pull request #280 from andlrc/stop-error-when-omni-compl-timeout

Return empty completion set in case omni-completion times-out

2 years agoMerge pull request #279 from andlrc/ignore-hl-invalid-lnum-and-col
Yegappan Lakshmanan [Wed, 19 Apr 2023 02:15:49 +0000 (19:15 -0700)]
Merge pull request #279 from andlrc/ignore-hl-invalid-lnum-and-col

Prevent raising errors when highlight arrive for deleted lines

2 years agoReturn empty completion set in case omni-completion times-out
Andreas Louv [Tue, 18 Apr 2023 19:51:22 +0000 (21:51 +0200)]
Return empty completion set in case omni-completion times-out

2 years agoPrevent raising errors when highlight arrive for deleted lines
Andreas Louv [Tue, 18 Apr 2023 19:48:08 +0000 (21:48 +0200)]
Prevent raising errors when highlight arrive for deleted lines

This is the same problem that was fixed in #193 (3661dc0) as the
highlight also arrive asynchronous.

2 years agoMerge pull request #278 from kalmiz/fix-diagshighlightenable
Yegappan Lakshmanan [Tue, 18 Apr 2023 14:17:28 +0000 (07:17 -0700)]
Merge pull request #278 from kalmiz/fix-diagshighlightenable

Remove extra `endif` from DiagsHighlightEnable

2 years agoRemove extra `endif` from DiagsHighlightEnable
Zoltan Kalmar [Tue, 18 Apr 2023 08:25:04 +0000 (10:25 +0200)]
Remove extra `endif` from DiagsHighlightEnable

2 years agoUse case sensitive comparison for command names and option values
Yegappan Lakshmanan [Mon, 17 Apr 2023 14:10:49 +0000 (07:10 -0700)]
Use case sensitive comparison for command names and option values

2 years agoMerge pull request #273 from berggeist/add-align-option-for-diag-virtual-text
Yegappan Lakshmanan [Mon, 17 Apr 2023 14:09:43 +0000 (07:09 -0700)]
Merge pull request #273 from berggeist/add-align-option-for-diag-virtual-text

Adds option to align diagnostics virtual text

2 years agoAdd tests for :LspServer command error cases.
Yegappan Lakshmanan [Sun, 16 Apr 2023 23:43:50 +0000 (16:43 -0700)]
Add tests for :LspServer command error cases.

2 years agoMerge pull request #277 from andlrc/feat/add-count-to-LspGoto-and-LspPeek
Yegappan Lakshmanan [Sun, 16 Apr 2023 22:37:01 +0000 (15:37 -0700)]
Merge pull request #277 from andlrc/feat/add-count-to-LspGoto-and-LspPeek

Feat/add count to lsp goto and lsp peek

2 years agoAdd example of count in the docs
Andreas Louv [Sun, 16 Apr 2023 22:09:03 +0000 (00:09 +0200)]
Add example of count in the docs

2 years agoAdd test
Andreas Louv [Sun, 16 Apr 2023 21:54:04 +0000 (23:54 +0200)]
Add test

2 years agoAdd count to Lsp{Goto,Peek}-commands
Andreas Louv [Sun, 16 Apr 2023 21:50:17 +0000 (23:50 +0200)]
Add count to Lsp{Goto,Peek}-commands

By providing a count the commands works as if there was only one found
location, instead of how currently a location-list and popup is created
for multiple results.

2 years agoChange domain to feature
Yegappan Lakshmanan [Sun, 16 Apr 2023 21:50:29 +0000 (14:50 -0700)]
Change domain to feature

2 years agoChange assert_match() to assert_equal()
Yegappan Lakshmanan [Sun, 16 Apr 2023 21:44:46 +0000 (14:44 -0700)]
Change assert_match() to assert_equal()

2 years agoMerge pull request #263 from Shane-XB-Qian/feat_util_msg_fmt
Yegappan Lakshmanan [Sun, 16 Apr 2023 21:27:45 +0000 (14:27 -0700)]
Merge pull request #263 from Shane-XB-Qian/feat_util_msg_fmt

Feat: util msg fmt

2 years agoMerge pull request #276 from andlrc/feat/add-count-to-lspoutline
Yegappan Lakshmanan [Sun, 16 Apr 2023 19:35:05 +0000 (12:35 -0700)]
Merge pull request #276 from andlrc/feat/add-count-to-lspoutline

Feat/add count to lspoutline

2 years agoMerge pull request #275 from andlrc/use-lambda-instead-of-funcref
Yegappan Lakshmanan [Sun, 16 Apr 2023 19:32:34 +0000 (12:32 -0700)]
Merge pull request #275 from andlrc/use-lambda-instead-of-funcref

Move `fname` to the end of the arguments in `symbol#DocSymbolReply`

2 years agoMerge pull request #264 from Shane-XB-Qian/fix_tidy_echom
Yegappan Lakshmanan [Sun, 16 Apr 2023 19:32:03 +0000 (12:32 -0700)]
Merge pull request #264 from Shane-XB-Qian/fix_tidy_echom

Fix tidy echom

2 years agofix: adjust some test for err/wrn msg
shane.xb.qian [Sun, 16 Apr 2023 00:42:38 +0000 (08:42 +0800)]
fix: adjust some test for err/wrn msg

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agofix: adjust err/wrn msg in test
shane.xb.qian [Sun, 16 Apr 2023 00:11:38 +0000 (08:11 +0800)]
fix: adjust err/wrn msg in test

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agofeat: tidy err/wrn msg
shane.xb.qian [Sat, 15 Apr 2023 23:53:17 +0000 (07:53 +0800)]
feat: tidy err/wrn msg

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agofix: tidy echom to InfoMsg
shane.xb.qian [Sun, 16 Apr 2023 02:27:49 +0000 (10:27 +0800)]
fix: tidy echom to InfoMsg

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agofix: gave ntf info msg when/if no lsp servers for cur buf
shane.xb.qian [Sun, 16 Apr 2023 02:41:38 +0000 (10:41 +0800)]
fix: gave ntf info msg when/if no lsp servers for cur buf

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agonone: safeguard the log level
shane.xb.qian [Sun, 16 Apr 2023 08:03:00 +0000 (16:03 +0800)]
none: safeguard the log level

2 years agofix: tidy the echom msg to InfoMsg
shane.xb.qian [Sun, 16 Apr 2023 01:26:05 +0000 (09:26 +0800)]
fix: tidy the echom msg to InfoMsg

// based on #262

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoAdd documentation for "<count>LspOutline"
Andreas Louv [Sun, 16 Apr 2023 18:32:08 +0000 (20:32 +0200)]
Add documentation for "<count>LspOutline"

2 years agoMake ":<count>LspOutline" work like "outlineWinSize"
Andreas Louv [Sun, 16 Apr 2023 18:28:42 +0000 (20:28 +0200)]
Make ":<count>LspOutline" work like "outlineWinSize"

2 years agoAdd test for "outlineWinSize"
Andreas Louv [Sun, 16 Apr 2023 18:28:20 +0000 (20:28 +0200)]
Add test for "outlineWinSize"

2 years agoMove the "fname" argument to the end by using a lambda
Andreas Louv [Sun, 16 Apr 2023 18:14:22 +0000 (20:14 +0200)]
Move the "fname" argument to the end by using a lambda

2 years agoMerge pull request #267 from andlrc/fix/raise-hover-error-on-no-server
Yegappan Lakshmanan [Sun, 16 Apr 2023 18:08:54 +0000 (11:08 -0700)]
Merge pull request #267 from andlrc/fix/raise-hover-error-on-no-server

Raise an error if no hover server is found

2 years agoRaise an error if no hover server is found
Andreas Louv [Sun, 16 Apr 2023 08:26:27 +0000 (10:26 +0200)]
Raise an error if no hover server is found

2 years agoMerge pull request #274 from andlrc/chore/add-more-docs-for-lspoutline
Yegappan Lakshmanan [Sun, 16 Apr 2023 17:43:42 +0000 (10:43 -0700)]
Merge pull request #274 from andlrc/chore/add-more-docs-for-lspoutline

Add examples and references to the two options that affect ":LspOutline"

2 years agoMerge pull request #269 from andlrc/feat/add-mods-to-highlight
Yegappan Lakshmanan [Sun, 16 Apr 2023 17:40:41 +0000 (10:40 -0700)]
Merge pull request #269 from andlrc/feat/add-mods-to-highlight

Add an silenceable via <mods> error message to LspHighlight

2 years agoResolves review comments of initial PR
berggeist [Sun, 16 Apr 2023 17:27:01 +0000 (19:27 +0200)]
Resolves review comments of initial PR

2 years agoAdd examples and references to the two options that affect ":LspOutline"
Andreas Louv [Sun, 16 Apr 2023 16:50:17 +0000 (18:50 +0200)]
Add examples and references to the two options that affect ":LspOutline"

2 years agoAdd <mods> to ":LspHighlight"
Andreas Louv [Sun, 16 Apr 2023 07:40:12 +0000 (09:40 +0200)]
Add <mods> to ":LspHighlight"

This will allow you to run `:silent LspHighlight` to silent the error
message.

2 years agoAdd error message to "LspHighlight"
Andreas Louv [Sun, 16 Apr 2023 12:02:15 +0000 (14:02 +0200)]
Add error message to "LspHighlight"

2 years agoAdds option to align diagnostics virtual text
berggeist [Sun, 16 Apr 2023 16:19:46 +0000 (18:19 +0200)]
Adds option to align diagnostics virtual text

2 years agoMerge pull request #272 from andlrc/fix/listen-for-lspready-with-id-instead-of-name
Yegappan Lakshmanan [Sun, 16 Apr 2023 16:00:09 +0000 (09:00 -0700)]
Merge pull request #272 from andlrc/fix/listen-for-lspready-with-id-instead-of-name

Add an autocmd for the LSP servers internal ID

2 years agoMerge pull request #270 from andlrc/feat/add-mods-to-outline
Yegappan Lakshmanan [Sun, 16 Apr 2023 15:59:29 +0000 (08:59 -0700)]
Merge pull request #270 from andlrc/feat/add-mods-to-outline

Add <mods> to ":LspOutline"

2 years agoMerge pull request #266 from andlrc/feat/add-mods-to-hover
Yegappan Lakshmanan [Sun, 16 Apr 2023 15:19:25 +0000 (08:19 -0700)]
Merge pull request #266 from andlrc/feat/add-mods-to-hover

Add <mods> to LspHover, so that `:silent LspHover` silence any error message

2 years agoAdd an autocmd for the LSP servers internal ID
Andreas Louv [Sun, 16 Apr 2023 15:18:23 +0000 (17:18 +0200)]
Add an autocmd for the LSP servers internal ID

This is to not fail if the user provides two servers with the same name.

2 years agoAdd test for outline window position
Andreas Louv [Sun, 16 Apr 2023 13:21:10 +0000 (15:21 +0200)]
Add test for outline window position

2 years agoMake it possible to out-out of vert splits
Andreas Louv [Sun, 16 Apr 2023 13:07:47 +0000 (15:07 +0200)]
Make it possible to out-out of vert splits

2 years agoAdd <mods> to ":LspOutline"
Andreas Louv [Sun, 16 Apr 2023 07:40:12 +0000 (09:40 +0200)]
Add <mods> to ":LspOutline"

This will allow you to add command modifiers to the created Outline
window. The option "outlineOnRight" is still respected but can be
overridden by explicitly setting another modifier.

2 years agoAdd <mods> to hover
Andreas Louv [Sun, 16 Apr 2023 07:40:12 +0000 (09:40 +0200)]
Add <mods> to hover

This will allow you to run `:silent LspHover` to silent the error
message, and things `:belowright LspHover` to position the preview
window.

2 years agoMerge pull request #265 from Shane-XB-Qian/fix_clangd_ver_impact
Yegappan Lakshmanan [Sun, 16 Apr 2023 05:29:56 +0000 (22:29 -0700)]
Merge pull request #265 from Shane-XB-Qian/fix_clangd_ver_impact

fix: to fix flaky test result/failure at local vs ci

2 years agofix: to fix flaky test result/failure at local vs ci
shane.xb.qian [Sun, 16 Apr 2023 04:26:46 +0000 (12:26 +0800)]
fix: to fix flaky test result/failure at local vs ci

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoMerge pull request #261 from andlrc/add-runIfSearch
Yegappan Lakshmanan [Sat, 15 Apr 2023 19:26:36 +0000 (12:26 -0700)]
Merge pull request #261 from andlrc/add-runIfSearch

Add "runIfSearch" and "runUnlessSearch" to as make "rootSearch" only have one concern

2 years agoAdd "runUnlessSearch" which is the opposite of "runIfSearch"
Andreas Louv [Sat, 15 Apr 2023 18:02:48 +0000 (20:02 +0200)]
Add "runUnlessSearch" which is the opposite of "runIfSearch"

2 years agoAdd "runIfSearch" to as make "rootSearch" only have one concern
Andreas Louv [Sat, 15 Apr 2023 13:47:17 +0000 (15:47 +0200)]
Add "runIfSearch" to as make "rootSearch" only have one concern

2 years agoMerge pull request #258 from andlrc/disable-diags-for-specific-server
Yegappan Lakshmanan [Sat, 15 Apr 2023 13:37:26 +0000 (06:37 -0700)]
Merge pull request #258 from andlrc/disable-diags-for-specific-server

Disable diags for specific server

2 years agoMake it possible to disable diagnostics for a specific server
Andreas Louv [Fri, 14 Apr 2023 21:39:30 +0000 (23:39 +0200)]
Make it possible to disable diagnostics for a specific server

2 years agoMake it possible to disable langauge server features
Andreas Louv [Fri, 14 Apr 2023 21:07:54 +0000 (23:07 +0200)]
Make it possible to disable langauge server features

2 years agoMerge pull request #257 from greeschenko/main
Yegappan Lakshmanan [Sat, 15 Apr 2023 01:46:15 +0000 (18:46 -0700)]
Merge pull request #257 from greeschenko/main

small fix for ultisnip description

2 years agosmall fix for ultisnip description
Oleksiy Hryshchenko [Fri, 14 Apr 2023 21:07:12 +0000 (00:07 +0300)]
small fix for ultisnip description

2 years agoMerge pull request #255 from andlrc/only-attach-compl-once
Yegappan Lakshmanan [Fri, 14 Apr 2023 15:32:52 +0000 (08:32 -0700)]
Merge pull request #255 from andlrc/only-attach-compl-once

Initialize completion when all server capabilities are known

2 years agoInitialize completion when all server capabilities are known
Andreas Louv [Fri, 14 Apr 2023 14:58:06 +0000 (16:58 +0200)]
Initialize completion when all server capabilities are known

It's only possible to initialize completion when all server capabilities
are known, as this is the time it's known which server will end up being
used for completion.

2 years agoMerge pull request #254 from Shane-XB-Qian/fix_misc_tidy_or_flaw
Yegappan Lakshmanan [Fri, 14 Apr 2023 15:04:51 +0000 (08:04 -0700)]
Merge pull request #254 from Shane-XB-Qian/fix_misc_tidy_or_flaw

Fix misc tidy or flaw

2 years agonone: remove '->resolve()'
shane.xb.qian [Fri, 14 Apr 2023 14:45:56 +0000 (22:45 +0800)]
none: remove '->resolve()'

2 years agonone: remove writable check in ClearTraceLogs
shane.xb.qian [Fri, 14 Apr 2023 14:44:58 +0000 (22:44 +0800)]
none: remove writable check in ClearTraceLogs

2 years agonone: correct completionTextEdit doc tag
shane.xb.qian [Fri, 14 Apr 2023 12:28:27 +0000 (20:28 +0800)]
none: correct completionTextEdit doc tag

2 years agofix: resolve symlink in case
shane.xb.qian [Fri, 14 Apr 2023 07:22:43 +0000 (15:22 +0800)]
fix: resolve symlink in case

2 years agofix: no lsp server prefix-name to identify ws
shane.xb.qian [Fri, 14 Apr 2023 06:35:33 +0000 (14:35 +0800)]
fix: no lsp server prefix-name to identify ws

2 years agonone: tidy doc
shane.xb.qian [Fri, 14 Apr 2023 06:22:04 +0000 (14:22 +0800)]
none: tidy doc

2 years agofix: log fs path was not correct
shane.xb.qian [Fri, 14 Apr 2023 06:09:32 +0000 (14:09 +0800)]
fix: log fs path was not correct

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2 years agoMerge pull request #231 from andlrc/feat/multiple-servers
Yegappan Lakshmanan [Fri, 14 Apr 2023 03:03:56 +0000 (20:03 -0700)]
Merge pull request #231 from andlrc/feat/multiple-servers

Feat/multiple servers

2 years agoMake SetTrace support multiple servers
Andreas Louv [Thu, 13 Apr 2023 18:52:10 +0000 (20:52 +0200)]
Make SetTrace support multiple servers

2 years agoShow information about all servers running for a buffer in ":LspShowAllServers"
Andreas Louv [Thu, 13 Apr 2023 18:51:43 +0000 (20:51 +0200)]
Show information about all servers running for a buffer in ":LspShowAllServers"

2 years agoMerge pull request #253 from andlrc/feat/dont-run-non-matching-rootSearch-server...
Yegappan Lakshmanan [Fri, 14 Apr 2023 00:47:15 +0000 (17:47 -0700)]
Merge pull request #253 from andlrc/feat/dont-run-non-matching-rootSearch-server-when-other-servers-matches

Make servers with a non matching 'rootSearch' score below servers without 'rootSearch'

2 years agoMerge pull request #252 from andlrc/feat/multiple-servers-part-9
Yegappan Lakshmanan [Fri, 14 Apr 2023 00:43:56 +0000 (17:43 -0700)]
Merge pull request #252 from andlrc/feat/multiple-servers-part-9

multiple server part 9: Add support for the "features" configuration flags

2 years agoMerge pull request #251 from andlrc/feat/multiple-servers-part-8
Yegappan Lakshmanan [Fri, 14 Apr 2023 00:39:13 +0000 (17:39 -0700)]
Merge pull request #251 from andlrc/feat/multiple-servers-part-8

multiple server part 8: Join diagnostics from all language servers

2 years agoMake it possible to get diagnostics/line for a single server
Andreas Louv [Wed, 12 Apr 2023 05:58:10 +0000 (07:58 +0200)]
Make it possible to get diagnostics/line for a single server

2 years agoRemove the unused "lspserver" parameter
Andreas Louv [Wed, 12 Apr 2023 05:57:33 +0000 (07:57 +0200)]
Remove the unused "lspserver" parameter

2 years agoAdd support for diagnostics from multiple servers
Andreas Louv [Tue, 11 Apr 2023 14:40:02 +0000 (16:40 +0200)]
Add support for diagnostics from multiple servers

This will join diagnostics from all running language servers.

2 years agoAdd support for a 'foldingRange' language server
Andreas Louv [Wed, 12 Apr 2023 08:25:43 +0000 (10:25 +0200)]
Add support for a 'foldingRange' language server

2 years agoAdd support for a 'selectionRange' language server
Andreas Louv [Wed, 12 Apr 2023 08:25:30 +0000 (10:25 +0200)]
Add support for a 'selectionRange' language server

2 years agoAdd support for a 'documentHighlight' language server
Andreas Louv [Wed, 12 Apr 2023 08:25:16 +0000 (10:25 +0200)]
Add support for a 'documentHighlight' language server

2 years agoAdd support for a 'codeLens' language server
Andreas Louv [Wed, 12 Apr 2023 08:24:12 +0000 (10:24 +0200)]
Add support for a 'codeLens' language server

2 years agoAdd support for a 'codeAction' language server
Andreas Louv [Wed, 12 Apr 2023 08:23:56 +0000 (10:23 +0200)]
Add support for a 'codeAction' language server