Skip to content

Commit

Permalink
[move-analyzer] outline to support
Browse files Browse the repository at this point in the history
  • Loading branch information
hapeeeeee committed Nov 30, 2023
1 parent fa748e2 commit cb751b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/move-analyzer/src/symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ pub fn on_document_symbol_request(context: &Context, request: &Request, symbols:

let fpath = parameters.text_document.uri.to_file_path().unwrap();
eprintln!("on_document_symbol_request: {:?}", fpath);

eprintln!("new on_document_symbol_request handle");
let path_project = match context.projects.get_project(&fpath) {
Some(x) => x,
None => {
Expand Down

0 comments on commit cb751b8

Please sign in to comment.