-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still getting odd module import errors after updates #27
Comments
We've previously identified some problems with ST's file database causing issues but that was only affecting local, sym-linked repo and was related to changing branches. It shouldn't trigger for normal uses through PC.
I can't think of any reason why that would cause such issues. |
Can you confirm whether by "updates" you mean pulling in git or normal Package Control updates? |
When updating via Package Control. I can only make a guess, but I think what happens is something like this:
In any case, meanwhile, LSP-json is running in my json file. On a linux filesystem this should not matter in theory right? File handles are reference-counted. Ideally LSP would stop the running LSP-json server in plugin_unloaded. |
Weird. When it happens next time it might be helpful to see logs from the console to see what exactly has been updated (maybe it's related to EDIT: Oh, this is an issue in |
Use theneeds_update_or_installation
andinstall_or_update
classmethods and these problems will likely go away.EDIT: actually I think we need to take care of sublimelsp/LSP#899 to get smooth updates.
The text was updated successfully, but these errors were encountered: