The subprocess call that retrieves the installed conda version causes a noticeable hang. To address this, the version number is now cached after first access.
While a small delay still occurs the first time a file is ran using the Conda build system, the problem will not propagate to subsequent calls until restarting the editor or reloading the plugin.
Addresses issue introduced in #15
The subprocess call that retrieves the installed conda version causes a noticeable hang. To address this, the version number is now cached after first access.
While a small delay still occurs the first time a file is ran using the
Conda
build system, the problem will not propagate to subsequent calls until restarting the editor or reloading the plugin.