Open jovancartofront opened 6 years ago
I have the same set up and have experienced the same issue.
Yup, Also not working on latest version 15.8.1
Not working for me too
Same for me with VS Version 15.7.5. Would realy appreciate a fix :)
Edit: The update seems to disable the Browserlink option. After reactivation, the plugin will work properly. Maybe this also solves this problem for 15.8.X.
It doesn't work for me either.
visual studio 15.8.8 - reload on save doesn't work.
Visual Studio 15.9.5 not reloading here too.
Hey, if you really want to reload on save and this extension isn't working, try this AHK script:
SingleInstance, force
NoEnv
Warn
IfWinActive, ahk_exe devenv.exe
^s:: { Send, ^s Send, ^!{Enter} } return
IfWinActive
when you save, it'll automatically do the ctrl+alt+enter command.
Not working for me too
did this issue ever get solved im having the same problem, it was since i started using github with team explorer.
VS2019: Browser reload on save not working.
Hey, if you really want to reload on save and this extension isn't working, try this AHK script:
SingleInstance, force
NoEnv
Warn
IfWinActive, ahk_exe devenv.exe
^s:: { Send, ^s Send, ^!{Enter} } return
IfWinActive
when you save, it'll automatically do the ctrl+alt+enter command.
where can I write this script, please
VS2019 - It's July and browser is not reflecting changes...
@minanabila I guess you can write the script with https://www.autohotkey.com/
In Addition to all others who are looking for a solution - did you try to reset the browser-link function? It solved the issue for me and the Plugin works properly (not tested in VS2019)
@msoutopico really what?
After moving my entire project to "C:\Users\userName\source\repos\" I could solve my problem. May be this can help you...
After moving my entire project to "C:\Users\userName\source\repos" I could solve my problem. May be this can help you...
Many Thanks!!!!
Installed product versions
Description
The extension was working property until I updated my Visual Studio
Current behavior
Now when I save some file the browser doesn't reload like before. And I have to manually reload the page after saving. Also in the options Enable Reload on Save is checked.