mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
A bit more polish on mermaid chat items
- Remove context menu for open in editor since there's a button now - Faster pinch zoom - Only pan when holding alt/option - Fix transparent button on hover
This commit is contained in:
@@ -62,10 +62,6 @@
|
||||
"command": "_mermaid-chat.resetPanZoom",
|
||||
"when": "webviewId == 'vscode.chat-mermaid-features.chatOutputItem'"
|
||||
},
|
||||
{
|
||||
"command": "_mermaid-chat.openInEditor",
|
||||
"when": "webviewId == 'vscode.chat-mermaid-features.chatOutputItem'"
|
||||
},
|
||||
{
|
||||
"command": "_mermaid-chat.copySource",
|
||||
"when": "webviewId == 'vscode.chat-mermaid-features.chatOutputItem' || webviewId == 'vscode.chat-mermaid-features.preview'"
|
||||
|
||||
Reference in New Issue
Block a user