mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 12:34:39 +00:00
feat: adapt to rust analyzer's server crate
This commit is contained in:
parent
619a4f9f14
commit
9c9fcd91ba
19 changed files with 1078 additions and 600 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::{collections::HashSet, os::windows::fs::FileTypeExt};
|
||||
|
||||
use log::{debug, warn};
|
||||
use tower_lsp::lsp_types::TextEdit;
|
||||
use lsp_types::TextEdit;
|
||||
|
||||
use crate::{
|
||||
analysis::{find_definition, find_imports, find_lexical_references_after, Definition},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue