A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/lsp.rs')
-rw-r--r--src/lsp.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lsp.rs b/src/lsp.rs
index 95ba0a9..b684d85 100644
--- a/src/lsp.rs
+++ b/src/lsp.rs
@@ -60,6 +60,7 @@ pub fn run(
req_rx: _req_rx,
not_rx,
lsp_data: data,
+ workspace: workspace.clone(),
};
let mut opts = init_opts::get(
workspace,