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

Mermaid / .mmd broken #2276

Open
2 tasks done
adrian-awesome opened this issue Mar 19, 2025 · 1 comment
Open
2 tasks done

Mermaid / .mmd broken #2276

adrian-awesome opened this issue Mar 19, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@adrian-awesome
Copy link

Describe the bug
Files with an .mmd (Mermaid Markdown) extension complete freeze the application. This happens with or without a specific .mmd extension (such as https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid)

Please confirm that this problem is VSCodium-specific

  • This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

Please confirm that the issue/resolution isn't already documented

To Reproduce
Steps to reproduce the behavior:

  1. Open an .mmd file
  2. Try to click on anything
  3. See the beachball

Expected behavior
The file should open with editor capabilities such as an .md file would be. With the appropriate extension installed, it should also be able to open a preview of the diagram

Desktop (please complete the following information):

  • OS: macOS Sequoia 15.3.2
  • Architecture: arm64
  • Version: 1.98.2.25078
  • App Manager: Homebrew
  • Sandboxed: No

Additional context
At first I thought this was an issue with the extension, but even after removing all .mmd associated extensions and purging the cache, the issue remains.

@adrian-awesome adrian-awesome added the bug Something isn't working label Mar 19, 2025
@daiyam
Copy link
Member

daiyam commented Mar 20, 2025

I don't have any freeze when opening a .mmd like:

```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```

The markdown preview works fine (with .md). I already had it installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants