castwide / vscode-solargraph

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

VScode output terminal getting populated with Ruby Language Server Error messages #147

Open ikouchiha47 opened 4 years ago

ikouchiha47 commented 4 years ago

  Message: [NoMethodError] undefined method `link_documentation' for #<Array:0x74badd81>
  Code: -32603 
[Error - 7:29:39 PM] Request completionItem/resolve failed.
  Message: [NoMethodError] undefined method `link_documentation' for [#<Solargraph::Pin::YardPin::Method at nil>, 0]:Array
  Code: -32603 ```

I keep getting these on the `Output` panel of vscode. What is wrong? and can we not disable this automatic focusing of opening the Output tab. On smaller screens its very annoying specially when trying to do some quick and important.
castwide commented 4 years ago

Do you get a backtrace in the debug console (Help -> Toggle Developer Tools)?