Polishing mermaid rendering

This commit is contained in:
Matt Bierner
2026-01-26 16:32:55 -08:00
parent 67655b30f5
commit 5fde6cdf3e
6 changed files with 309 additions and 11 deletions

View File

@@ -26,6 +26,20 @@
"browser": "./dist/browser/extension",
"activationEvents": [],
"contributes": {
"commands": [
{
"command": "mermaid-chat.resetPanZoom",
"title": "Reset Pan and Zoom"
}
],
"menus": {
"webview/context": [
{
"command": "mermaid-chat.resetPanZoom",
"when": "webviewId == 'vscode.chatMermaidDiagram'"
}
]
},
"configuration": {
"title": "Mermaid Chat Features",
"properties": {