You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplistic* approach but a time saver when using the extension.
Partial fix for icsharpcode#88
* Pretty much `removeAssembly` and `addAssembly` but with a single `refresh` call.
It would be cleaner to have a single call to the backend (maybe later).
It's not automatic but with #103 you can right click on the assembly and select Reload Assembly, which is simpler/faster than before.
About automatic I'm not sure we always want this behaviour. Personally I find it useful in some cases, but not in others. Might be worth adding an option to control the behaviour...
Would be nice to reload automatically or by button updated assemblies.
Currently its possibly only by unloading -> picking same assembly again -> navigating to the same assembly i watched before
Similar to AssemblyWatcher plugin but for VSCode
The text was updated successfully, but these errors were encountered: