mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Add support for markdown image/video path hovers (#209685)
This commit is contained in:
@@ -75,6 +75,9 @@ export async function startClient(factory: LanguageClientConstructor, parser: IM
|
||||
return looksLikeMarkdownPath(resource);
|
||||
},
|
||||
},
|
||||
markdown: {
|
||||
supportHtml: true,
|
||||
}
|
||||
};
|
||||
|
||||
const client = factory('markdown', vscode.l10n.t("Markdown Language Server"), clientOptions);
|
||||
|
||||
Reference in New Issue
Block a user