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

Update CondaCommand.settings to use new file format #24

Closed jim-hart closed 4 years ago

jim-hart commented 4 years ago

This update modifies CondaCommand.settings to use the new platform-specific file format. Under the current system, Windows users won't be affected as it references the correct file, but for Linux and OSX, sublime.load_settings is getting a reference to a file name that no longer exists.

I tested this locally and verified that specific user settings were used if defined, and that defaults were used for everything else.

Please let me know if you would like me to make any changes or add additional documentation. Sorry this was not included in the original PR.

mandeep commented 4 years ago

No problem. I'm surprised the last PR worked without this change.