We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15394cb commit b7c340fCopy full SHA for b7c340f
extensions/markdown-language-features/src/util/openDocumentLink.ts
@@ -7,8 +7,8 @@ import * as path from 'path';
7
import * as vscode from 'vscode';
8
import { MarkdownEngine } from '../markdownEngine';
9
import { TableOfContentsProvider } from '../tableOfContentsProvider';
10
-import { isMarkdownFile } from '../util/file';
11
-import { extname } from '../util/path';
+import { isMarkdownFile } from './file';
+import { extname } from './path';
12
13
export interface OpenDocumentLinkArgs {
14
readonly parts: vscode.Uri;
0 commit comments