From 351cc9021e7e3f91a4779852dabd2d2ed04faa0c Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 16 Feb 2020 23:33:23 +0200 Subject: Add the 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 8208b1435..86386dd0d 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md @@ -22,7 +22,7 @@ where **only** your `rust-analyzer` extension is enabled. ## Debug TypeScript VSCode extension -- `Run Extension` - runs the extension with globally installed `ra_lsp_server` binary. +- `Run Extension` - runs the extension with the globally installed `ra_lsp_server` binary. - `Run Extension (Dev Server)` - runs extension with binary from your locally built `target/debug/ra_lsp_server`. TypeScript debugging is configured to watch your source edits and recompile. -- cgit v1.2.3