mirror of https://github.com/helix-editor/helix
fix: Used the wrong type for variables
parent
184abdc510
commit
8fbda0abaf
|
@ -402,7 +402,7 @@ pub mod requests {
|
||||||
impl Request for Variables {
|
impl Request for Variables {
|
||||||
type Arguments = VariablesArguments;
|
type Arguments = VariablesArguments;
|
||||||
type Result = VariablesResponse;
|
type Result = VariablesResponse;
|
||||||
const COMMAND: &'static str = "scopes";
|
const COMMAND: &'static str = "variables";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue