-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to use custom mermaid settings #55
Comments
Cannot replicate the error. I have used your example configuration in both user and workspace settings and the diagram is generated correctly. Please provide more information about your environment. |
I'm also having this same issue. Settings are not working in User or Workspace settings; shows "Unknown configuration setting". Mermaid Preview v0.10.1 VS Code Info: |
Lets explore further this issue in #57. |
There are three issues in this thread:
For 1 follow the example in the test folder. For 2 or 3 open separate issues. Thanks! |
The issue with customising the theme in the markdown preview is that this extension is not the only one in town that converts the the fenced code into the diagram (e.g. https://github.com/mjbvz/vscode-markdown-mermaid). I have not tried if both plugins are installed. Not sure what is the best way forward. You could open a issue and I'll try to get @mjbvz's opinion... |
Ok I've created this issues: #76 |
Expected behaviour
In the workspace settings, I have configured:
Actual behaviour
VSCode reports: "Unknown configuration setting" on the string "mermaid". The settings are not applied.
The text was updated successfully, but these errors were encountered: