You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to use the Request Forwarding method, because this means we support any languages the user has installed. This seems to be bound to Visual Studio Code though, not the language server.
Alternatives
Use the Language Service method, but that means we need to include every language server we want to support, and write a lot of custom logic.
Since Visual Studio Code doesn’t support this in markdown files, we could also make this an external extension that can handle both MDX and markdown based on remark.
The text was updated successfully, but these errors were encountered:
Initial checklist
Problem
It would be nice if we can provide editor features for embedded languages, this includes code blocks and frontmatter.
Solution
The Embedded Programming Languages guide offers some help.
I suggest to use the Request Forwarding method, because this means we support any languages the user has installed. This seems to be bound to Visual Studio Code though, not the language server.
Alternatives
The text was updated successfully, but these errors were encountered: