Spec better runnables

This commit is contained in:
Aleksey Kladov
2020-06-02 17:34:18 +02:00
parent 0303982119
commit a83ab820a4
4 changed files with 49 additions and 38 deletions

View File

@@ -110,7 +110,7 @@ pub enum Runnables {}
impl Request for Runnables {
type Params = RunnablesParams;
type Result = Vec<Runnable>;
const METHOD: &'static str = "rust-analyzer/runnables";
const METHOD: &'static str = "experimental/runnables";
}
#[derive(Serialize, Deserialize, Debug)]