anaconda
anaconda copied to clipboard
Sidebar folders collapse after opening first .py file in a project
Expected Behaviour
Open Sublime Text, open some folders in the sidebar, open a python file, the folders in the sidebar are still open
Actual Behaviour
Open Sublime Text, open some folders in the sidebar, open a python file, the folders in the sidebar are all collapsed after a slight delay
Steps to Reproduce
See above. Any project or directory with at least one .py file and some directories will do. It doesn't seem to happen all the time, I can't figure out a pattern for when it does and doesn't. In general it feels like it happens more often when I work on a project that I haven't worked on in a while, so maybe it's related to some Anaconda cache.
ST3, Anaconda and OS versions
- Sublime Text dev build 3175
- Anaconda v2.1.29
- OS: Linux, Debian 9.5
This has been a problem for a long time though.
ST3 Console Logs
Nothing
Anaconda's JsonServer Logs
2018-07-24 07:32:47,283: DEBUG : bind: address=/home/andreas/.local/share/anaconda/run/werkzeug/anaconda.sock
2018-07-24 07:32:47,283: DEBUG : listen: backlog=5
2018-07-24 07:32:47,283: INFO : Anaconda Server started in /home/andreas/.local/share/anaconda/run/werkzeug/anaconda.sock for PID 27159 with cache dir /home/andreas/.cache/jedi/werkzeug and extra paths /home/andreas/code/contrib/werkzeug
2018-07-24 07:32:47,311: INFO : Incomming connection from b''
2018-07-24 07:32:47,311: INFO : Incomming connection from b''
2018-07-24 07:32:47,319: INFO : client requests: lint
2018-07-24 07:32:47,322: INFO : client requests: lint
2018-07-24 07:32:55,146: INFO : client requests: lint
No relation between anaconda and side bar at all.
Nevertheless, this never happened before I installed Anaconda, and it stops happening when I disable the package.
In case there's a weird combination of packages causing the issue, you can see all the packages I have installed here.