Skip to content
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

Installing atom-ide-base automatically #127

Open
aminya opened this issue Feb 23, 2021 · 2 comments
Open

Installing atom-ide-base automatically #127

aminya opened this issue Feb 23, 2021 · 2 comments
Labels
enhancement New feature or request high-priority

Comments

@aminya
Copy link
Member

aminya commented Feb 23, 2021

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

@aminya aminya added enhancement New feature or request high-priority labels Feb 23, 2021
@UziTech
Copy link
Member

UziTech commented Feb 23, 2021

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.

@UziTech
Copy link
Member

UziTech commented Feb 23, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high-priority
Projects
None yet
Development

No branches or pull requests

2 participants