mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
657 stars 120 forks source link

Extension not working on some systems #170

Closed brianary closed 1 year ago

brianary commented 1 year ago

I'm not really sure how to diagnose this, but the extension isn't doing anything on one (maybe more) of my systems:

image

rdkleine commented 1 year ago

Same here. Not sure exactly when this problem started but within the last two weeks. v1.16 seems to be working ok.

mjbvz commented 1 year ago

Please share:

  1. info about your system
  2. which VS Code version you are using
  3. An example markdown file
brianary commented 1 year ago

I should be able to add better detail in about seven hours.

On Wed, Jan 4, 2023, 14:32 Matt Bierner @.***> wrote:

Please share:

  1. info about your system
  2. which VS Code version you are using
  3. An example markdown file

— Reply to this email directly, view it on GitHub https://github.com/mjbvz/vscode-markdown-mermaid/issues/170#issuecomment-1371504881, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7SMJ5ARIE6PTDN6MIJ253WQX26BANCNFSM6AAAAAATL2HT64 . You are receiving this because you authored the thread.Message ID: @.***>

takondra commented 1 year ago

Same here. v1.16 works, but the v1.17.3 doesn't render properly. This is rendered into a single space-separated string graph TD; A-->B; A-->C; B-->D; C-->D; instead of a diagram image.

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

VSCode version:

Version: 1.74.2 Commit: e8a3071ea4344d9d48ef8a4df2c097372b0c5161 Date: 2022-12-20T10:27:19.253Z Electron: 19.1.8 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Linux x64 5.15.0-56-generic snap Sandboxed: No

brianary commented 1 year ago

The extension is working on my work system. More systems to follow.

VSCode:

Version: 1.74.2 (user setup)
Commit: e8a3071ea4344d9d48ef8a4df2c097372b0c5161
Date: 2022-12-20T10:29:14.590Z (2 wks ago)
Electron: 19.1.8
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No
brianary commented 1 year ago

Not working on my personal desktop.

Test
====

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

image

VSCode:

Version: 1.75.0-insider (system setup)
Commit: f076d553210e9ea65e7bccbfa2f7a786c10fcab2
Date: 2022-12-09T09:11:59.691Z (3 wks ago)
Electron: 19.1.8
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: Yes
brianary commented 1 year ago

The extension started working again on my personal laptop.

VSCode:

Version: 1.74.2 (user setup)
Commit: e8a3071ea4344d9d48ef8a4df2c097372b0c5161
Date: 2022-12-20T10:29:14.590Z (2 wks ago)
Electron: 19.1.8
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.22621
Sandboxed: No
mjbvz commented 1 year ago

Closing as not actionable without any more info or steps to reproduce the problem

If you're still seeing this, please try narrowing down what specifically causes this and if there are any error messages that might explain the problem