Help with using stree lsp
#4346
-
Hello, CocInfo
:version
coc-settings.json{
"diagnostic.warningSign": "●",
"diagnostic.errorSign": "●",
"diagnostic.infoSign": "●",
"diagnostic.hintSign": "!",
"python.formatting.provider": "black",
"tsserver.locale": "ja",
"rpc.idleText": "にゃーん",
"rpc.lowerDetailsEditing": "@ {workspace_folder}",
"rpc.largeImage": "言語:{LANG}",
"rpc.detailsIdling": "(-ω-) なにもしていない",
"rpc.detailsEditing": "{file_name} を編集中",
"rpc.lowerDetailsNotFound": "どこか",
"rpc.detailsViewing": "{file_name} を閲覧中",
"rpc.lowerDetailsIdling": "にゃーん",
"rpc.lowerDetailsViewing": "@ {workspace_folder}",
"rpc.workspaceElapsedTime": true,
"tsserver.log": "verbose",
"tsserver.trace.server": "verbose",
"diagnostic.virtualTextCurrentLineOnly": false,
"diagnostic.virtualText": true,
"languageserver": {
"syntax_tree": {
"command": "stree",
"args": ["lsp"],
"trace.server": "verbose",
"filetypes": ["ruby"]
},
"steep": {
"command": "steep",
"args": ["langserver"],
"filetypes": ["ruby"]
}
}
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have tried it in my environment and it seems that I was a little curious so I made a coc-extension for This is only for verification purposes, as I rarely write ruby. If necessary, fork it over and use it until the problem is resolved. |
Beta Was this translation helpful? Give feedback.
-
Seems it requires some settings to get work, but don't know what settings. |
Beta Was this translation helpful? Give feedback.
I have tried it in my environment and it seems that
stree lsp
does not start correctly.I was a little curious so I made a coc-extension for
syntax_tree
(stree
). It seems to work fine there.This is only for verification purposes, as I rarely write ruby. If necessary, fork it over and use it until the problem is resolved.