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

VScode output terminal getting populated with Ruby Language Server Error messages

Open ikouchiha47 opened this issue 6 years ago • 1 comments

  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.

ikouchiha47 avatar Oct 03 '19 14:10 ikouchiha47

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

castwide avatar Oct 10 '19 13:10 castwide