vscode-solargraph icon indicating copy to clipboard operation
vscode-solargraph copied to clipboard

Extension issue

Open enganese opened this issue 4 years ago • 1 comments

  • 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"
		}
	]
}

enganese avatar Aug 15 '21 06:08 enganese

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.

castwide avatar Sep 19 '21 17:09 castwide