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
The text was updated successfully, but these errors were encountered:
I feel like that might be something to leave to the language client authors since some languages might not require all packages atom-ide-base provides, or they might require other packages.
doesn't atom-package-deps require the package-deps field in the package.json of the package anyway, along with the package name. I don't know if it would work to include it in the activate function of AutoLanguageClient.
atom-languageclient
has no functionality withoutatom-ide-base
. We can useatom-package-deps
to installatom-ide-base
inside theactivate
function ofAutoLanguageClient
.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
The text was updated successfully, but these errors were encountered: