Improve handling of configuration changes on open workspace
Opened this issue · 0 comments
Xenomega commented
It would be ideal if this extension could reload all relevant configuration/state/UI when a configuration property is changed.
Currently the configuration is only reloaded if solcPath
changes. Hidden detectors changes do not reload the workspace, as these changes might have been committed by the extension itself, causing an unnecessary workspace reloading operation (inefficient).
It is currently not recommended to change a workspace configuration while the workspace is open. Only changes to solcPath
should be considered safe.