Skip to content

Commit b7c340f

Browse files
committed
Simplify import path
1 parent 15394cb commit b7c340f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/markdown-language-features/src/util/openDocumentLink.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import * as path from 'path';
77
import * as vscode from 'vscode';
88
import { MarkdownEngine } from '../markdownEngine';
99
import { TableOfContentsProvider } from '../tableOfContentsProvider';
10-
import { isMarkdownFile } from '../util/file';
11-
import { extname } from '../util/path';
10+
import { isMarkdownFile } from './file';
11+
import { extname } from './path';
1212

1313
export interface OpenDocumentLinkArgs {
1414
readonly parts: vscode.Uri;

0 commit comments

Comments
 (0)