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

Add options to allow scripts to show GUIs #10

Closed gonzalocasas closed 5 years ago

gonzalocasas commented 5 years ago

There are two new options on the package settings:

Both options default to false, hence not changing previous behavior unless overwritten.

This should fix #8, and by extension, the bug report that triggered this on a completely different repository.

mandeep commented 5 years ago

@gonzalocasas thanks for the PR! I'm actually unable to reproduce #8 and https://github.com/compas-dev/compas/issues/263 on Windows 10 and ST build 3200. Can you confirm that you were able to reproduce these issues and that this PR fixes them?

gonzalocasas commented 5 years ago

@mandeep yes, indeed, I reproduced it with ST3200 and Win 10 and can confirm the new options fixes it. :)

mandeep commented 5 years ago

Thanks!

gonzalocasas commented 5 years ago

Thanks!