Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Support client/registerCapability and initialize message executeCommandProvider under capabilities #212

Open
BoykoAlex opened this issue Apr 30, 2018 · 3 comments

Comments

@BoykoAlex
Copy link
Contributor

LSP defines client/registerCapability request message to register capabilities such as workspace commands on the client (workspace/executeCommand).

@BoykoAlex BoykoAlex changed the title Support client/registerCapability Support client/registerCapability and initialize message executeCommandProvider under capabilities May 1, 2018
@BoykoAlex
Copy link
Contributor Author

@damieng is there a good place in AtomEnvironment to register workspace/executeCommand handlers? We found CommandRegistry but that registry seem to be UI/Command Palette specific... wasn't clear how to invoke the commands with parameters...

@BoykoAlex
Copy link
Contributor Author

This seems to be important for JDT LS extensions. JDT LS extensions were introduced for vscode java debugger: https://github.com/Microsoft/vscode-java-debug

@UziTech
Copy link

UziTech commented Oct 19, 2020

Development of atom-languageclient has officially moved to https://github.com/atom-ide-community/atom-languageclient 🎉

If this is still an issue please consider opening an issue on that repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants