Move files to better folders and add better name

This commit is contained in:
Matt Bierner
2022-03-29 13:05:01 -07:00
parent c8c6224c84
commit d49fc3ca8d
6 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import * as nls from 'vscode-nls';
import * as uri from 'vscode-uri';
import { OpenDocumentLinkCommand } from '../commands/openDocumentLink';
import { MarkdownEngine } from '../markdownEngine';
import { getUriForLinkWithKnownExternalScheme, isOfScheme, Schemes } from '../util/links';
import { getUriForLinkWithKnownExternalScheme, isOfScheme, Schemes } from '../util/schemes';
const localize = nls.loadMessageBundle();