vscode-solargraph
vscode-solargraph copied to clipboard
Extension issue
- Issue Type:
Bug - Extension Name:
solargraph - Extension Version:
0.23.0 - OS Version:
Windows_NT x64 6.1.7601 - VS Code version:
1.59.0
{
"messages": [],
"activationTimes": {
"codeLoadingTime": 11164,
"activateCallTime": 66,
"activateResolvedTime": 19,
"activationReason": {
"startup": false,
"extensionId": {
"value": "castwide.solargraph",
"_lower": "castwide.solargraph"
},
"activationEvent": "onLanguage:ruby"
}
},
"runtimeErrors": [
{
"name": "Error",
"message": "spawn solargraph ENOENT"
},
{
"name": "Error",
"message": "spawn gem ENOENT"
}
]
}
Is the solargraph gem installed? The ENOENT error seems to indicate that the solargraph executable could not be found.
The same error for gem might indicate that you don't have a Ruby runtime environment at all.