mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-25 23:45:56 +01:00
ea086aed28
This makes my mermaid markdown extension builtin. As part of this I've renamed `chat-mermaid-features` to the more generic `markdown-mermaid-features` since this once extension now contributes a consistent mermaid UX for chat, notebooks, and previews Fixes #293028
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module '*.css' {
|
|
const content: string;
|
|
export default content;
|
|
}
|