diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2023-09-26 21:57:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 21:57:14 +0100 |
commit | cb154d6afa3d260e3b281404155d04806aa2014c (patch) | |
tree | 57a1aa4396dc482ef605cdb8b53ab4b535170057 /cli/lsp/tsc.rs | |
parent | dcb00bb9b8bf39f0caa6bb87b6b11e1344803bb9 (diff) |
chore(lsp): bump tower-lsp to 0.20.0 (#20693)
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, } } |