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
It's kinda hard to reproduce though, it randomly occurs for me. And adding spaces in between may or may not resolve the intellisense error. But the problematic intellisense tends to happen when there's <somevar\somecommand (invalid character), \ (':' is expected), xxx$. (parsed as variable)
Describe the bug
I've followed https://vitepress.dev/guide/using-vue#vs-code-intellisense-support to enable intellisense in markdown files. But current intellisense may not work properly when there're Latex contents.
Reproduction
It's kinda hard to reproduce though, it randomly occurs for me. And adding spaces in between may or may not resolve the intellisense error. But the problematic intellisense tends to happen when there's
<somevar\somecommand
(invalid character),\
(':' is expected),xxx$.
(parsed as variable)Used markdown from #4290 as the template:
Expected behavior
The intellisense in markdown files should be more robust and can handle these cases when Latex content is presented in the posts.
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: