From 9d5e9326266d6b064c6d0f5d78ba2fae4d78e8fb Mon Sep 17 00:00:00 2001 From: Alex Zatelepin Date: Mon, 21 Oct 2019 02:04:55 +0300 Subject: fixup folding ranges for "lineFoldingOnly" clients #2033 --- crates/ra_lsp_server/src/world.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_lsp_server/src/world.rs') diff --git a/crates/ra_lsp_server/src/world.rs b/crates/ra_lsp_server/src/world.rs index 0eb684de5..51824e7a3 100644 --- a/crates/ra_lsp_server/src/world.rs +++ b/crates/ra_lsp_server/src/world.rs @@ -27,6 +27,7 @@ use crate::{ pub struct Options { pub publish_decorations: bool, pub supports_location_link: bool, + pub line_folding_only: bool, } /// `WorldState` is the primary mutable state of the language server -- cgit v1.2.3