Setup:
Ubuntu 16.04
preferences.sublime-settings:
{ "bold_folder_labels": true, "color_scheme": "Packages/Oasis Theme/Oasis.tmTheme", "highlight_line": true, "hot_exit": true, "ignored_packages": [ "C", "C++", "Vintage" ], "remember_open_files": true, }
Sequence to reproduce
- Open one instance of sublime text in any path:
subl . - Open a second instance of sublime text in another path:
subl ~/code - In the second sublime instance, double click on any file in the file navigator.
Expected behavior:
Instance 2 of ST3 opens the clicked file for editing.
Actual behavior:
Both instances of ST3 freeze, The screens start getting darker. It hangs there forever. I have to run
pkill subl