From 5e84aab1a6162a0978c47e888bef9cc2ecc47787 Mon Sep 17 00:00:00 2001 From: Mavaddat Javid Date: Wed, 19 Jan 2022 09:42:43 -0800 Subject: [PATCH] Update README.md Use 'View' instead of 'panel' for the Run and Debug section. --- lsp-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-sample/README.md b/lsp-sample/README.md index 122ffb0c..4c85fc76 100644 --- a/lsp-sample/README.md +++ b/lsp-sample/README.md @@ -29,7 +29,7 @@ It also includes an End-to-End test. - Run `npm install` in this folder. This installs all necessary npm modules in both the client and server folder - Open VS Code on this folder. - Press Ctrl+Shift+B to start compiling the client and server in [watch mode](https://code.visualstudio.com/docs/editor/tasks#:~:text=The%20first%20entry%20executes,the%20HelloWorld.js%20file.). -- Switch to the Run and Debug panel in the Sidebar (Ctrl+Shift+D). +- Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D). - Select `Launch Client` from the drop down (if it is not already). - Press ▷ to run the launch config (F5). - If you want to debug the server as well, use the launch configuration `Attach to Server`