When i open a .mermaid or .mmd file e.g. sequenceDiagram, the preview does not display. The preview does display for .md files.
I have MermaidChart.vscode-mermaid-chart and vstirbu.vscode-mermaid-preview installed
On startup my vscode insiders has the following errors and warnings.
- ERR Extension 'mermaidchart.vscode-mermaid-chart' wants API proposal 'languageModelToolsForAgent' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
- ERR Extension 'vstirbu.vscode-mermaid-preview' wants API proposal 'languageModelToolsForAgent' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
- Overwriting grammar scope name to file mapping for scope source.mermaid.flowchart. Old grammar file: file:///c%3A/Users/robma/.vscode-insiders/extensions/mermaidchart.vscode-mermaid-chart-2.5.4/syntaxes/mermaid-flowchart.tmLanguage.json. New grammar file: file:///c%3A/Users/robma/.vscode-insiders/extensions/vstirbu.vscode-mermaid-preview-2.1.2/syntaxes/mermaid-flowchart.tmLanguage.json
- log.ts:450 WARN Authentication provider mermaidchart was not declared in the Extension Manifest.
- log.ts:450 WARN Authentication provider preview_mermaidchart was not declared in the Extension Manifest.
Might be related to #159
When i open a .mermaid or .mmd file e.g. sequenceDiagram, the preview does not display. The preview does display for .md files.
I have MermaidChart.vscode-mermaid-chart and vstirbu.vscode-mermaid-preview installed
On startup my vscode insiders has the following errors and warnings.
Might be related to #159