Skip to content

Commit

Permalink
fix error in embedded language docs: For microsoft/vscode-extension-s…
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jul 14, 2021
1 parent 6ef20d0 commit e885ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/language-extensions/embedded-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Request forwarding:

- \+ Avoid issues embedding language services not written in the language server's language (for example, embedding C# compiler in a Razor language server to support C#).
- \+ No maintenance needed to get new features upstream from other language services.
- \+ Does not work with diagnostics errors, which are pushed from Language server.
- \- Does not yet work with diagnostics errors, which are pushed from Language server. LSP in 3.17 will provide a diagnostic pull model that will make this possible.
- \- Hard to share state to other language servers because of lack of control.
- \- Cross-language features might be hard to implement (for example, providing CSS completion for `.foo` when `<div class="foo">` is present).

Expand Down

0 comments on commit e885ed2

Please sign in to comment.