From 47db9463ab05c7c0c2e84c4dfd274df8d80c12b2 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 4 Mar 2024 14:18:10 +0100 Subject: [PATCH] update LSP web extension sample readme --- lsp-web-extension-sample/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lsp-web-extension-sample/README.md b/lsp-web-extension-sample/README.md index 5c10c111..f5b7f10a 100644 --- a/lsp-web-extension-sample/README.md +++ b/lsp-web-extension-sample/README.md @@ -35,9 +35,9 @@ It also includes an End-to-End test. - Select `Run Web Extension` from the drop down. - Run the launch config. - In the [Extension Development Host] instance of VSCode, open a document in 'plain text' language mode. - - Type #00ff00 or any other color in hex format - - color decorators will appear -- You can set breakpoints in the client code. Debugging the server code currently is not working, see issue [#204114](https://github.com/microsoft/vscode/issues/204114). + - Type #00ff00 or any other color in hex format. + - color decorators will appear. +- You can set breakpoints in the client or server code. You can also run and debug the extension in a browser