From b5e3a569323e6fadf5b1cca77430942e145b2f85 Mon Sep 17 00:00:00 2001 From: Peter Lyons Kehl Date: Mon, 5 Jan 2026 21:01:40 -0800 Subject: [PATCH] Copied details of lsp-sample/README.md to lsp-embedded-request-forwarding/README.md --- lsp-embedded-request-forwarding/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lsp-embedded-request-forwarding/README.md b/lsp-embedded-request-forwarding/README.md index 143bd0e77b..01c6e997f3 100644 --- a/lsp-embedded-request-forwarding/README.md +++ b/lsp-embedded-request-forwarding/README.md @@ -16,10 +16,11 @@ This Language Server works for `html1` file. HTML1 is like HTML file but has fil - 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 compile the client and server. -- Switch to the Debug viewlet. -- Select `Launch Client` from the drop down. -- Run the launch config. -- If you want to debug the server as well use the launch configuration `Attach to Server` -- In the [Extension Development Host] instance of VSCode, open a HTML document +- 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). +- In the [Extension Development + Host](https://code.visualstudio.com/api/get-started/your-first-extension#:~:text=Then%2C%20inside%20the%20editor%2C%20press%20F5.%20This%20will%20compile%20and%20run%20the%20extension%20in%20a%20new%20Extension%20Development%20Host%20window.) + instance of VSCode, open a HTML document - Type `.foo { c| }` to try CSS completion