A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/lsp.rs')
| -rw-r--r-- | src/lsp.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -595,6 +595,7 @@ impl Client { SemanticTokensResult::Tokens(x) => x.data.into_boxed_slice(), }; + w.map(|x| x.request_redraw()); Ok(r) }); |