mandeep / sublime-text-conda

Work with conda environments in Sublime Text 3
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Fixed performance issue affecting Windows users. #16

Closed jim-hart closed 4 years ago

jim-hart commented 4 years ago

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.

mandeep commented 4 years ago

Looks great, thanks so much for all your help!