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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
LSP defines client/registerCapability request message to register capabilities such as workspace commands on the client (workspace/executeCommand).
The text was updated successfully, but these errors were encountered:
BoykoAlex
changed the title
Support client/registerCapability
Support client/registerCapability and initialize message executeCommandProvider under capabilities
May 1, 2018
@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...
LSP defines
client/registerCapability
request message to register capabilities such as workspace commands on the client (workspace/executeCommand
).The text was updated successfully, but these errors were encountered: