Kirill Platonov
Kirill Platonov
@elik-ru could you please extract reloading on error pages into separate PR? It would be easier to review and merge this way
Do you have two different apps running locally at the same time? I tried replicating this by generating two Rails apps and installing Hotwire Livereload only to one of them....
Thanks for the update! I will review and test it shortly.
I also needed only toggle so I extracted it to separate extension: https://marketplace.visualstudio.com/items?itemName=kirillplatonov.erb-toggle
Fixed in my fork: https://marketplace.visualstudio.com/items?itemName=kirillplatonov.erb-toggle
Fixed in my fork: https://marketplace.visualstudio.com/items?itemName=kirillplatonov.erb-toggle
Switching `editorLangId == 'erb'` to `editorLangId =~ /erb/` helps.
I fixed that problem in my fork: https://marketplace.visualstudio.com/items?itemName=kirillplatonov.erb-toggle
Could you please try disabling `data-turbo-track` for CSS like @mikker mentioned in #59? ```diff + - ```
I will take a look at that. For now you can try it by adding gem into Rails app and calling it from `rails console`.