From 329a1b665d88fbba2da7d09539dc12f26e41525c Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 16 Feb 2020 23:38:25 +0200 Subject: Add an article MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Laurențiu Nicola --- docs/dev/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md index 4ff3fc572..c8b466931 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md @@ -26,7 +26,7 @@ where **only** your `rust-analyzer` extension is enabled. - `Run Extension (Dev Server)` - runs extension with the locally built LSP server (`target/debug/ra_lsp_server`). TypeScript debugging is configured to watch your source edits and recompile. -To apply changes to already running debug process press Ctrl+Shift+P and run the following command in your `[Extension Development Host]` +To apply changes to an already running debug process press Ctrl+Shift+P and run the following command in your `[Extension Development Host]` ``` > Developer: Reload Window -- cgit v1.2.3