Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): convert static values to dynamic functions
- Modified "host" and "user" to use function calls - Updated "gh-email" and "gh-user" to use function calls - These changes ensure that the values are always up-to-date when accessed, rather than being set once at initialization - This reduces startuptime of plugin from ~30ms to ~3ms (10x improvement)
- Loading branch information