Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbradley committed Nov 14, 2024
1 parent 0fb9a90 commit e65272d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/ˈdɪmpəlz/

<img src="https://github.com/user-attachments/assets/1396d49b-8b16-425a-8118-5bcdc216df39" style="width: 200px">
<img src="https://github.com/user-attachments/assets/08dbd014-6ca6-47c9-b470-c45bf9d3522b" style="width: 200px">

`dmypyls` is a language server for mypy that leverages the `dmypy` daemon. `dmypyls` manages the
life-cycle of the `dmypy` daemon and provides a language server interface to it.
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ impl tower_lsp::LanguageServer for Backend {
}

async fn hover(&self, params: HoverParams) -> TowerResult<Option<Hover>> {
log::info!("Hover called");
log::info!("Hover called {params:?}");
let uri = params.text_document_position_params.text_document.uri;
let file_path = match PathBuf::from(uri.path()).canonicalize() {
Err(io_error) => {
Expand Down

0 comments on commit e65272d

Please sign in to comment.