From 3d7f1880650f62d7fb86dbb55562925e0be1e6ec Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Fri, 18 Jan 2019 13:45:17 +0200 Subject: [PATCH] Corrected the readme on debugging --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 304c2620a0..b183d7d11e 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ features (some of which are VS Code specific). ## Debugging -See [these instructions](./DEBUGGING.md) for VS Code setup and the list of -features (some of which are VS Code specific). +See [these instructions](./DEBUGGING.md) on how to debug the vscode extension and the lsp server. ## Current Status and Plans