You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atom-languageclient has no functionality without atom-ide-base. We can use atom-package-deps to install atom-ide-base inside the activate function of AutoLanguageClient.
This will fix many issues all around the ecosystem in which people don't know how to set up the IDE.
Examples: atom-community/ide-python#209