We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfceb56 commit 873260aCopy full SHA for 873260a
packages/foam-vscode/src/services/editor.ts
@@ -54,6 +54,7 @@ export function formatMarkdownTooltip(content: string): MarkdownString {
54
55
export const mdDocSelector = [
56
{ language: 'markdown', scheme: 'file' },
57
+ { language: 'markdown', scheme: 'vscode-vfs' },
58
{ language: 'markdown', scheme: 'untitled' },
59
];
60
0 commit comments