castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
423 stars 25 forks source link

Extension issue #131

Closed noelrocha closed 4 years ago

noelrocha commented 5 years ago
{
    "messages": [],
    "activationTimes": {
        "startup": false,
        "codeLoadingTime": 253,
        "activateCallTime": 8,
        "activateResolvedTime": 35,
        "activationEvent": "onLanguage:ruby"
    },
    "runtimeErrors": [
        {
            "name": "Error",
            "message": "[NoMethodError] undefined method `name' for nil:NilClass"
        }
    ]
}
castwide commented 5 years ago

Try running solargraph scan -v from your workspace's root directory. If it encounters a problem analyzing your code, it should output the last location it tried to analyze and the resulting error. More information: https://solargraph.org/guides/scanning-workspaces