Andy Waite
Andy Waite
@natematykiewicz any thoughts on this? https://github.com/rubyapi/rubyapi/pull/1417
Ok, thanks anyway!
Using `!!` doesn't really make sense here – ActiveRecord's `save` will always return true or false.
I'm interested in this too. Our `config/schedule.rb` is over 500 lines long. I tried the naive approach of `require`ing code from a separate file but it doesn't work.
I've found this workaround works for now: http://stackoverflow.com/a/16385259/119822
Can you share the contents of your `.code-workspace` please.
I haven't read through all the comments, but I see this got an approval, is something preventing it from being merged?
> Open a file and type RubyLsp:. Then stop typing and dismiss the completion dialogue that was opened when you first typed the R character (click ESC) The completion dialog...
The output is: ``` l RunMostRecentSpec Last set from ~/.vimrc.local ``` AFAIK know nothing is mapped to but I'll try tweaking that to see if it makes a difference.
Are the `vscode/` changes supposed to be part of this PR?