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
@@ -174,6 +174,7 @@ pub fn run( ch_tx: ch_tx.clone(), progress: Box::leak(Box::new(papaya::HashMap::new())), runtime: tokio::runtime::Builder::new_multi_thread() + .worker_threads(2) .thread_name("lsp runtime") .build() .unwrap(), |