crytic / crytic/contract-explorer
Improve handling of configuration changes on open workspace
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.