Leoi Hung Kin
Results
1
issues of
Leoi Hung Kin
如下: ```json { "capabilities": { // ...omitted... "executeCommandProvider": { "commands": null }, // ...omitted... }, "serverInfo": { "name": "" } } ``` 根据[lsp的文档](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#executeCommandOptions),commands应当为一个数组。此处返回null会导致有些lsp client初始化失败(例如[helix](https://github.com/helix-editor/helix) 用到的 [lsp-types](https://github.com/gluon-lang/lsp-types))