File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -5859,10 +5859,9 @@ Default config:
5859
5859
- `handlers` :
5860
5860
```lua
5861
5861
{
5862
- ["language/status"] = <function 1>,
5863
- ["textDocument/codeAction"] = <function 2>,
5864
- ["textDocument/rename"] = <function 3>,
5865
- ["workspace/applyEdit"] = <function 4>
5862
+ ["textDocument/codeAction"] = <function 1>,
5863
+ ["textDocument/rename"] = <function 2>,
5864
+ ["workspace/applyEdit"] = <function 3>
5866
5865
}
5867
5866
```
5868
5867
- `init_options` :
Original file line number Diff line number Diff line change @@ -4203,10 +4203,9 @@ Default config:
4203
4203
{ "java" }
4204
4204
- handlers: >lua
4205
4205
{
4206
- ["language/status"] = <function 1>,
4207
- ["textDocument/codeAction"] = <function 2>,
4208
- ["textDocument/rename"] = <function 3>,
4209
- ["workspace/applyEdit"] = <function 4>
4206
+ ["textDocument/codeAction"] = <function 1>,
4207
+ ["textDocument/rename"] = <function 2>,
4208
+ ["workspace/applyEdit"] = <function 3>
4210
4209
}
4211
4210
- init_options: >lua
4212
4211
{
You can’t perform that action at this time.
0 commit comments