Skip to content

Commit

Permalink
Ensure virtual filesystem is accepted as mdSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
pderaaij committed Nov 11, 2024
1 parent cfceb56 commit 873260a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/foam-vscode/src/services/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export function formatMarkdownTooltip(content: string): MarkdownString {

export const mdDocSelector = [
{ language: 'markdown', scheme: 'file' },
{ language: 'markdown', scheme: 'vscode-vfs' },
{ language: 'markdown', scheme: 'untitled' },
];

Expand Down

0 comments on commit 873260a

Please sign in to comment.