diff options
Diffstat (limited to 'crates/server/src/req.rs')
-rw-r--r-- | crates/server/src/req.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/server/src/req.rs b/crates/server/src/req.rs index f52127271..893cbde81 100644 --- a/crates/server/src/req.rs +++ b/crates/server/src/req.rs | |||
@@ -127,7 +127,7 @@ impl Request for Runnables { | |||
127 | const METHOD: &'static str = "m/runnables"; | 127 | const METHOD: &'static str = "m/runnables"; |
128 | } | 128 | } |
129 | 129 | ||
130 | #[derive(Deserialize, Debug)] | 130 | #[derive(Serialize, Deserialize, Debug)] |
131 | #[serde(rename_all = "camelCase")] | 131 | #[serde(rename_all = "camelCase")] |
132 | pub struct RunnablesParams { | 132 | pub struct RunnablesParams { |
133 | pub text_document: TextDocumentIdentifier, | 133 | pub text_document: TextDocumentIdentifier, |