Make Rust Great Again

Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Veetaha 2020-02-16 23:35:41 +02:00 committed by GitHub
parent 79625e2dc2
commit 1a96d4c15c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd>
- Navigate to `crates/ra_lsp_server/src/main_loop.rs` and add a breakpoint to the `on_task` function.
- Go back to the `[Extension Development Host]` instance and hover over a rust variable and your breakpoint should hit.
- Go back to the `[Extension Development Host]` instance and hover over a Rust variable and your breakpoint should hit.
## Demo