mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Polishing mermaid rendering
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user