Replies: 2 comments 1 reply
-
No. If you tell your editor that a file is of a certain type, but instead you write a text templating syntax, then your editor won’t understand the syntax. You’re talking about MDX, but the same problems applies to every other language. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The ability to ignore specific lines is not planned. I've just disabled |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a Liquid preprocessor on MDX files, so the following will give an error in VS Code:
Is there any way to configure to ignore such errors, for example similar to
@ts-ignore
:Beta Was this translation helpful? Give feedback.
All reactions