@codingame/monaco-vscode-mermaid-markdown-features-default-extension 33.0.9 → 34.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"name":"mermaid-markdown-features","displayName":"%displayName%","description":"%description%","version":"10.0.0","publisher":"vscode","license":"MIT","repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"},"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.104.0"},"enabledApiProposals":["chatOutputRenderer"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"main":"./dist/extension","browser":"./dist/browser/extension","activationEvents":["onWebviewPanel:vscode.mermaid-markdown-features.preview"],"contributes":{"commands":[{"command":"_mermaid-markdown.resetPanZoom","title":"%command.resetPanZoom.title%"},{"command":"_mermaid-markdown.openInEditor","title":"%command.openInEditor.title%"},{"command":"_mermaid-markdown.copySource","title":"%command.copySource.title%"}],"menus":{"commandPalette":[{"command":"_mermaid-markdown.resetPanZoom","when":"false"},{"command":"_mermaid-markdown.openInEditor","when":"false"},{"command":"_mermaid-markdown.copySource","when":"false"}],"webview/context":[{"command":"_mermaid-markdown.openInEditor","when":"webviewId == 'vscode.mermaid-markdown-features.chatOutputItem' || ((webviewId == 'markdown.preview' || webviewId == 'vscode.markdown.preview.editor' || webviewId == 'notebook.output') && webviewSection == 'mermaid')","group":"navigation@1"},{"command":"_mermaid-markdown.copySource","when":"webviewId == 'vscode.mermaid-markdown-features.chatOutputItem' || webviewId == 'vscode.mermaid-markdown-features.preview' || ((webviewId == 'markdown.preview' || webviewId == 'vscode.markdown.preview.editor' || webviewId == 'notebook.output') && webviewSection == 'mermaid')","group":"navigation@2"},{"command":"_mermaid-markdown.resetPanZoom","when":"webviewId == 'vscode.mermaid-markdown-features.chatOutputItem' || webviewId == 'vscode.mermaid-markdown-features.preview'","group":"navigation@3"}]},"configuration":{"title":"%config.title%","properties":{"markdown-mermaid.lightModeTheme":{"order":0,"type":"string","enum":["base","forest","dark","default","neutral"],"default":"default","description":"%config.markdown-mermaid.lightModeTheme.description%"},"markdown-mermaid.darkModeTheme":{"order":1,"type":"string","enum":["base","forest","dark","default","neutral"],"default":"dark","description":"%config.markdown-mermaid.darkModeTheme.description%"},"markdown-mermaid.languages":{"order":2,"type":"array","default":["mermaid"],"description":"%config.markdown-mermaid.languages.description%"},"markdown-mermaid.maxTextSize":{"order":3,"type":"number","default":50000,"description":"%config.markdown-mermaid.maxTextSize.description%"},"markdown-mermaid.mouseNavigation.enabled":{"type":"string","description":"%config.markdown-mermaid.mouseNavigation.enabled.description%","enum":["always","alt","never"],"default":"alt","markdownEnumDescriptions":["%config.markdown-mermaid.mouseNavigation.enabled.always%","%config.markdown-mermaid.mouseNavigation.enabled.alt%","%config.markdown-mermaid.mouseNavigation.enabled.never%"]},"markdown-mermaid.controls.show":{"type":"string","description":"%config.markdown-mermaid.controls.show.description%","enum":["never","onHoverOrFocus","always"],"enumDescriptions":["%config.markdown-mermaid.controls.show.never%","%config.markdown-mermaid.controls.show.onHoverOrFocus%","%config.markdown-mermaid.controls.show.always%"],"default":"onHoverOrFocus"},"markdown-mermaid.resizable":{"type":"boolean","default":true,"description":"%config.markdown-mermaid.resizable.description%"},"markdown-mermaid.maxHeight":{"type":"string","default":"","markdownDescription":"%config.markdown-mermaid.maxHeight.markdownDescription%"}}},"markdown.previewScripts":[{"path":"./markdown-preview-out/index.js","type":"module"}],"notebookRenderer":[{"id":"vscode.markdown-it.mermaid-extension","displayName":"Markdown-It Mermaid Renderer","entrypoint":{"extends":"vscode.markdown-it-renderer","path":"./notebook-out/index.js"}}],"markdown.markdownItPlugins":true,"chatOutputRenderers":[{"viewType":"vscode.mermaid-markdown-features.chatOutputItem","mimeTypes":["text/vnd.mermaid"],"codeBlockLanguageIdentifiers":["mermaid"]}],"languageModelTools":[{"name":"renderMermaidDiagram","displayName":"Mermaid Renderer","toolReferenceName":"renderMermaidDiagram","legacyToolReferenceFullNames":["vscode.mermaid-chat-features/renderMermaidDiagram"],"canBeReferencedInPrompt":true,"modelDescription":"Renders a Mermaid diagram from Mermaid.js markup.","userDescription":"Render a Mermaid.js diagram from markup.","when":"chatSessionType == local","inputSchema":{"type":"object","properties":{"markup":{"type":"string","description":"The mermaid diagram markup to render as a Mermaid diagram. This should only be the markup of the diagram. Do not include a wrapping code block."},"title":{"type":"string","description":"A short title that describes the diagram."}}}}]},"overrides":{"lodash-es":"4.18.1"}}
1
+ {"name":"mermaid-markdown-features","displayName":"%displayName%","description":"%description%","version":"10.0.0","publisher":"vscode","license":"MIT","repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"},"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.104.0"},"enabledApiProposals":["chatOutputRenderer"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"main":"./dist/extension","browser":"./dist/browser/extension","activationEvents":["onWebviewPanel:vscode.mermaid-markdown-features.preview"],"contributes":{"commands":[{"command":"_mermaid-markdown.resetPanZoom","title":"%command.resetPanZoom.title%"},{"command":"_mermaid-markdown.openInEditor","title":"%command.openInEditor.title%"},{"command":"_mermaid-markdown.copySource","title":"%command.copySource.title%"}],"menus":{"commandPalette":[{"command":"_mermaid-markdown.resetPanZoom","when":"false"},{"command":"_mermaid-markdown.openInEditor","when":"false"},{"command":"_mermaid-markdown.copySource","when":"false"}],"webview/context":[{"command":"_mermaid-markdown.openInEditor","when":"webviewId == 'vscode.mermaid-markdown-features.chatOutputItem' || (webviewSection == 'mermaid' && (webviewId == 'markdown.preview' || webviewId == 'vscode.markdown.preview.editor' || webviewId == 'notebook.output'))","group":"navigation@1"},{"command":"_mermaid-markdown.copySource","when":"webviewId == 'vscode.mermaid-markdown-features.chatOutputItem' || webviewId == 'vscode.mermaid-markdown-features.preview' || (webviewSection == 'mermaid' && (webviewId == 'markdown.preview' || webviewId == 'vscode.markdown.preview.editor' || webviewId == 'notebook.output'))","group":"navigation@2"},{"command":"_mermaid-markdown.resetPanZoom","when":"!mermaidError && (webviewId == 'vscode.mermaid-markdown-features.chatOutputItem' || webviewId == 'vscode.mermaid-markdown-features.preview')","group":"navigation@3"}]},"configuration":{"title":"%config.title%","properties":{"markdown-mermaid.lightModeTheme":{"order":0,"type":"string","enum":["vscode","base","forest","dark","default","neutral"],"enumDescriptions":["%config.markdown-mermaid.theme.vscode.description%","%config.markdown-mermaid.theme.base.description%","%config.markdown-mermaid.theme.forest.description%","%config.markdown-mermaid.theme.dark.description%","%config.markdown-mermaid.theme.default.description%","%config.markdown-mermaid.theme.neutral.description%"],"default":"vscode","description":"%config.markdown-mermaid.lightModeTheme.description%"},"markdown-mermaid.darkModeTheme":{"order":1,"type":"string","enum":["vscode","base","forest","dark","default","neutral"],"enumDescriptions":["%config.markdown-mermaid.theme.vscode.description%","%config.markdown-mermaid.theme.base.description%","%config.markdown-mermaid.theme.forest.description%","%config.markdown-mermaid.theme.dark.description%","%config.markdown-mermaid.theme.default.description%","%config.markdown-mermaid.theme.neutral.description%"],"default":"vscode","description":"%config.markdown-mermaid.darkModeTheme.description%"},"markdown-mermaid.languages":{"order":2,"type":"array","default":["mermaid"],"description":"%config.markdown-mermaid.languages.description%"},"markdown-mermaid.maxTextSize":{"order":3,"type":"number","default":50000,"description":"%config.markdown-mermaid.maxTextSize.description%"},"markdown-mermaid.mouseNavigation.enabled":{"type":"string","description":"%config.markdown-mermaid.mouseNavigation.enabled.description%","enum":["always","alt","never"],"default":"alt","markdownEnumDescriptions":["%config.markdown-mermaid.mouseNavigation.enabled.always%","%config.markdown-mermaid.mouseNavigation.enabled.alt%","%config.markdown-mermaid.mouseNavigation.enabled.never%"]},"markdown-mermaid.controls.show":{"type":"string","description":"%config.markdown-mermaid.controls.show.description%","enum":["never","onHoverOrFocus","always"],"enumDescriptions":["%config.markdown-mermaid.controls.show.never%","%config.markdown-mermaid.controls.show.onHoverOrFocus%","%config.markdown-mermaid.controls.show.always%"],"default":"onHoverOrFocus"},"markdown-mermaid.resizable":{"type":"boolean","default":true,"description":"%config.markdown-mermaid.resizable.description%"},"markdown-mermaid.maxHeight":{"type":"string","default":"","markdownDescription":"%config.markdown-mermaid.maxHeight.markdownDescription%"}}},"markdown.previewScripts":[{"path":"./markdown-preview-out/index.js","type":"module"}],"notebookRenderer":[{"id":"vscode.markdown-it.mermaid-extension","displayName":"Markdown-It Mermaid Renderer","requiresMessaging":"optional","entrypoint":{"extends":"vscode.markdown-it-renderer","path":"./notebook-out/index.js"}}],"markdown.markdownItPlugins":true,"chatOutputRenderers":[{"viewType":"vscode.mermaid-markdown-features.chatOutputItem","mimeTypes":["text/vnd.mermaid"],"codeBlockLanguageIdentifiers":["mermaid"]}],"languageModelTools":[{"name":"renderMermaidDiagram","displayName":"Mermaid Renderer","toolReferenceName":"renderMermaidDiagram","legacyToolReferenceFullNames":["vscode.mermaid-chat-features/renderMermaidDiagram"],"canBeReferencedInPrompt":true,"modelDescription":"Renders a Mermaid diagram from Mermaid.js markup.","userDescription":"Render a Mermaid.js diagram from markup.","when":"chatSessionType == local","inputSchema":{"type":"object","properties":{"markup":{"type":"string","description":"The mermaid diagram markup to render as a Mermaid diagram. This should only be the markup of the diagram. Do not include a wrapping code block."},"title":{"type":"string","description":"A short title that describes the diagram."}}}}]},"overrides":{"lodash-es":"4.18.1"}}
@@ -1 +1 @@
1
- {"displayName":"Mermaid Markdown Features","description":"Adds Mermaid diagram support to built-in chats, Markdown previews, and notebooks.","command.resetPanZoom.title":"Reset Pan and Zoom","command.openInEditor.title":"Open Diagram in Editor","command.copySource.title":"Copy Diagram Source","config.title":"Mermaid","config.markdown-mermaid.lightModeTheme.description":"Default Mermaid theme for light mode.","config.markdown-mermaid.darkModeTheme.description":"Default Mermaid theme for dark mode.","config.markdown-mermaid.languages.description":"Default languages in Markdown.","config.markdown-mermaid.maxTextSize.description":"The maximum allowed size of the user's text diagram.","config.markdown-mermaid.mouseNavigation.enabled.description":"Controls when mouse-based navigation is enabled on Mermaid diagrams.","config.markdown-mermaid.mouseNavigation.enabled.always":"Always enable mouse navigation on Mermaid diagrams.","config.markdown-mermaid.mouseNavigation.enabled.alt":"Only enable mouse navigation when holding down Alt (Option on macOS). Gestures such as pinch-to-zoom will still work without Alt.","config.markdown-mermaid.mouseNavigation.enabled.never":"Disable mouse navigation.","config.markdown-mermaid.controls.show.description":"Controls showing UI controls on Mermaid diagrams.","config.markdown-mermaid.controls.show.never":"Never show controls.","config.markdown-mermaid.controls.show.onHoverOrFocus":"Show zoom controls when hovering over or focusing a diagram.","config.markdown-mermaid.controls.show.always":"Always show zoom controls.","config.markdown-mermaid.resizable.description":"Allow diagrams to be resized vertically by dragging the bottom edge.","config.markdown-mermaid.maxHeight.markdownDescription":"Maximum height for diagrams. Must be a CSS value with units such as `80vh` or `400px`. Leave empty to try to automatically size diagrams based on their content."}
1
+ {"displayName":"Mermaid Markdown Features","description":"Adds Mermaid diagram support to built-in chats, Markdown previews, and notebooks.","command.resetPanZoom.title":"Reset Pan and Zoom","command.openInEditor.title":"Open Diagram in Editor","command.copySource.title":"Copy Diagram Source","config.title":"Mermaid","config.markdown-mermaid.lightModeTheme.description":"Default Mermaid theme for light mode.","config.markdown-mermaid.darkModeTheme.description":"Default Mermaid theme for dark mode.","config.markdown-mermaid.theme.vscode.description":"Mermaid theme derived from the current VS Code color theme.","config.markdown-mermaid.theme.base.description":"Built-in Mermaid theme. The only Mermaid theme that can be customized with theme variables.","config.markdown-mermaid.theme.forest.description":"Built-in Mermaid theme using shades of green.","config.markdown-mermaid.theme.dark.description":"Built-in Mermaid theme for dark backgrounds.","config.markdown-mermaid.theme.default.description":"The default built-in Mermaid theme. Works well with light backgrounds.","config.markdown-mermaid.theme.neutral.description":"Built-in Mermaid theme using a neutral grayscale palette. Suitable for black and white prints.","config.markdown-mermaid.languages.description":"Default languages in Markdown.","config.markdown-mermaid.maxTextSize.description":"The maximum allowed size of the user's text diagram.","config.markdown-mermaid.mouseNavigation.enabled.description":"Controls when mouse-based navigation is enabled on Mermaid diagrams.","config.markdown-mermaid.mouseNavigation.enabled.always":"Always enable mouse navigation on Mermaid diagrams.","config.markdown-mermaid.mouseNavigation.enabled.alt":"Only enable mouse navigation when holding down Alt (Option on macOS). Gestures such as pinch-to-zoom will still work without Alt.","config.markdown-mermaid.mouseNavigation.enabled.never":"Disable mouse navigation.","config.markdown-mermaid.controls.show.description":"Controls showing UI controls on Mermaid diagrams.","config.markdown-mermaid.controls.show.never":"Never show controls.","config.markdown-mermaid.controls.show.onHoverOrFocus":"Show zoom controls when hovering over or focusing a diagram.","config.markdown-mermaid.controls.show.always":"Always show zoom controls.","config.markdown-mermaid.resizable.description":"Allow diagrams to be resized vertically by dragging the bottom edge.","config.markdown-mermaid.maxHeight.markdownDescription":"Maximum height for diagrams. Must be a CSS value with units such as `80vh` or `400px`. Leave empty to try to automatically size diagrams based on their content."}