mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 07:25:27 +02:00
fix(aliases): Fix signature help
This commit is contained in:
parent
1fc847d523
commit
994a561a26
@ -28,8 +28,8 @@ func GetRootSignatureHelp(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Label: []uint32{
|
Label: []uint32{
|
||||||
uint32(len("<alias>:")),
|
uint32(len("<alias>: ")),
|
||||||
uint32(len("<alias>:") + len("<value1>")),
|
uint32(len("<alias>: ") + len("<value1>")),
|
||||||
},
|
},
|
||||||
Documentation: "A value to associate with the alias",
|
Documentation: "A value to associate with the alias",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user