diff options
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index f2b9f5634..9a33ff5f9 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -2993,6 +2993,7 @@ impl OutliningSpan { Some(range.end.character) }, kind: self.get_folding_range_kind(&self.kind), + collapsed_text: None, } } |