Guirec Corbel
Guirec Corbel
I have the same issue. `expand_selected_onload' is not in settings. I think adding a `coreOptions` would be great.
I agree with `Watcher#remove`. I tried to do `Spring.watcher.files.reject! { |k, v| $LOADED_FEATURES.include?(k) }` but it's not enough because spring is running in a different thread. I'm not sure how...
I gave a closer look and I don't see how to change files watched once the server is running. The best solution I found ATM is adding this in `config/spring.rb`...
Sorry but I still have the same issue with neovim `0.2.2` on Ubuntu 17.10. `redraw!` doesn't correct the problem. Is there a solution?
@dentarg I need to continue Using Sinatra 3 I can't update to Rack 3 ATM. Some gems require Rack 2.
I completely agree and that's what I will do. Thanks @jacarui for the fork.
FTR, I had set the env variable `COVERAGE` to "1" to be able to run specs. It's not written in the README.