mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
LSP: Move code around
No behavior should change in this patch! Move all the code directly related to the LSP into a `language` module, with `server_loop.rs` becoming `language.rs`, managing that module. All the preview related code is moved into `preview`, with `preview.rs` basically forwarding to `native.rs` and `wasm.rs`. Code accessed from both `language` and `preview` stayed where it was.
This commit is contained in:
parent
65f9e6f1eb
commit
4dda627d14
12 changed files with 456 additions and 454 deletions
1310
tools/lsp/language.rs
Normal file
1310
tools/lsp/language.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue