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