diff --git a/lsp-embedded-language-service/README.md b/lsp-embedded-language-service/README.md index c988d5b1..a7a3db79 100644 --- a/lsp-embedded-language-service/README.md +++ b/lsp-embedded-language-service/README.md @@ -23,5 +23,5 @@ This Language Server works for `html1` file. HTML1 is like HTML file but has fil - 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 - Type `.foo { c| }` to try CSS completino + - Type `` to try CSS completion - Have `` to see CSS Diagnostics diff --git a/lsp-embedded-request-forwarding/README.md b/lsp-embedded-request-forwarding/README.md index 195269fd..ca46bfbe 100644 --- a/lsp-embedded-request-forwarding/README.md +++ b/lsp-embedded-request-forwarding/README.md @@ -22,4 +22,4 @@ This Language Server works for `html1` file. HTML1 is like HTML file but has fil - 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 - Type `.foo { c| }` to try CSS completino \ No newline at end of file + - Type `` to try CSS completion