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
{{ message }}
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
Describe the bug (including copyable syntax) Volar is used to provide IntelliSense for MDX, Vue, Astro, and Ember. TypeScript based IntelliSense is based on a TypeScript plugin. However, @styled/typescript-styled-plugin, which is used by this extension, has conflicts with Volar. A very notable result is that diagnostics inside MDX files are pushed to the bottom of a file (mdx-js/mdx-analyzer#451).
I’ve solved the problem upstream in microsoft/typescript-template-language-service-decorator#31, but at the moment of writing the project has little activity. I felt like it’s a good idea to track here. If that’s merged, all that’s needed here is to update the lockfile and release.
Additional context
This extension would probably benefit from using Volar too. I think it would work better as a language server than as a TypeScript plugin
The text was updated successfully, but these errors were encountered:
Describe the bug (including copyable syntax)
Volar is used to provide IntelliSense for MDX, Vue, Astro, and Ember. TypeScript based IntelliSense is based on a TypeScript plugin. However,
@styled/typescript-styled-plugin
, which is used by this extension, has conflicts with Volar. A very notable result is that diagnostics inside MDX files are pushed to the bottom of a file (mdx-js/mdx-analyzer#451).I’ve solved the problem upstream in microsoft/typescript-template-language-service-decorator#31, but at the moment of writing the project has little activity. I felt like it’s a good idea to track here. If that’s merged, all that’s needed here is to update the lockfile and release.
Screenshot
See mdx-js/mdx-analyzer#451
To Reproduce
See mdx-js/mdx-analyzer#451
Expected behavior
Explain what you expected to happen, and what is happening instead.
Build environment (please complete the following information):
Extensions
Additional context
This extension would probably benefit from using Volar too. I think it would work better as a language server than as a TypeScript plugin
The text was updated successfully, but these errors were encountered: