Skip to content

Commit

Permalink
Merge pull request #7539 from listsarah/update-embedded-programming-lang
Browse files Browse the repository at this point in the history
To Close Issue #7536: Update "Embedded Programming Languages"
  • Loading branch information
ntrogh authored Sep 2, 2024
2 parents 1ab957e + f20dcd4 commit 22d953c
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 @@ -267,7 +267,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 yet work with diagnostics errors. The VS Code API currently does not support diagnostic providers that can 'pull' (request) diagnostics. ([Issue](https://github.com/microsoft/vscode/issues/159911)).
- \- Does not work with diagnostics errors. The VS Code API does not support diagnostic providers that can 'pull' (request) diagnostics.
- \- 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 22d953c

Please sign in to comment.