atom-community / atom-languageclient

Provide integration support for adding Language Server Protocol servers to Atom.
https://www.npmjs.com/package/atom-languageclient
MIT License
44 stars 13 forks source link

Add missing code action functions for ide-rust #167

Closed aminya closed 3 years ago

aminya commented 3 years ago

Fixes #156

aminya commented 3 years ago

just needs tests

These are some custom functions with trivial defaults to extend the API. The main part that we care about is already tested in https://github.com/atom-community/atom-languageclient/blob/code-actions-rust/test/adapters/code-action-adapter.test.ts

UziTech commented 3 years ago

One test that checks that those functions are called and returning false prevents applying should be good.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.14.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: