Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual markdown code is not properly synchronized #438

Closed
4 tasks done
remcohaszing opened this issue May 16, 2024 · 2 comments
Closed
4 tasks done

Virtual markdown code is not properly synchronized #438

remcohaszing opened this issue May 16, 2024 · 2 comments
Labels
💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem

Comments

@remcohaszing
Copy link
Member

Initial checklist

Affected packages and versions

@mdx-js/[email protected]

Link to runnable example

No response

Steps to reproduce

Open an MDX document and start making edits. Notice that diagnostics, links, etc that are related to markdown, are often not updated.

Expected behavior

All features from vscode-markdown-languageservice work.

Actual behavior

Markdown virtual code is not properly synchronized. This leads to out-of-date language server responses.

Runtime

Node v20

Package manager

npm v10

OS

Linux

Build and bundle tools

esbuild

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels May 16, 2024
@remcohaszing remcohaszing added 🐛 type/bug This is a problem 🌊 blocked/upstream This cannot progress before something external happens first labels May 16, 2024
@remcohaszing
Copy link
Member Author

Blocked by volarjs/services#76

This comment has been minimized.

@remcohaszing remcohaszing added 👶 semver/patch This is a backwards-compatible fix 💪 phase/solved Post is done and removed 🌊 blocked/upstream This cannot progress before something external happens first labels May 21, 2024
@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem
Development

No branches or pull requests

1 participant