Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions extensions/mermaid-markdown-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@
"configuration": {
"title": "%config.title%",
"properties": {
"mermaid-markdown.enabled": {
"type": "boolean",
"default": true,
"description": "%config.enabled.description%",
"scope": "application"
},
"markdown-mermaid.lightModeTheme": {
"order": 0,
"type": "string",
Comment on lines 78 to 83
Expand Down Expand Up @@ -205,7 +199,7 @@
"canBeReferencedInPrompt": true,
"modelDescription": "Renders a Mermaid diagram from Mermaid.js markup.",
"userDescription": "Render a Mermaid.js diagram from markup.",
"when": "config.mermaid-markdown.enabled",
"when": "chatSessionType == local",
"inputSchema": {
"type": "object",
"properties": {
Expand Down
1 change: 0 additions & 1 deletion extensions/mermaid-markdown-features/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"command.openInEditor.title": "Open Diagram in Editor",
"command.copySource.title": "Copy Diagram Source",
"config.title": "Mermaid",
"config.enabled.description": "Enable a tool for Mermaid diagram rendering in chat responses.",
"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.",
Expand Down
Loading