Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reload assemblies when changed #88

Open
ArtemKiyashko opened this issue Nov 6, 2022 · 1 comment
Open

Reload assemblies when changed #88

ArtemKiyashko opened this issue Nov 6, 2022 · 1 comment

Comments

@ArtemKiyashko
Copy link

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

spouliot added a commit to spouliot/ilspy-vscode that referenced this issue Jan 13, 2023
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).
@spouliot
Copy link
Contributor

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants