ide-java icon indicating copy to clipboard operation
ide-java copied to clipboard

[DO NOT MERGE] Support `workspace/executeClientCommand` protocol extension

Open BoykoAlex opened this issue 7 years ago • 0 comments

Fixes #78 Depends on https://github.com/atom/atom-languageclient/pull/215

Provides support for workspace/executeClientCommand. The support is done via LsCommandsRegistry implemented in https://github.com/atom/atom-languageclient/pull/215 which kind of a weak link because it introduces new API...

Looking for feedback.

BoykoAlex avatar May 10 '18 16:05 BoykoAlex