mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 21:24:21 -05:00
Remove unused import
This commit is contained in:
@@ -7,7 +7,6 @@ import * as vscode from 'vscode';
|
||||
import * as path from 'path';
|
||||
import { TableOfContentsProvider } from './tableOfContentsProvider';
|
||||
import { MarkdownIt, Token } from 'markdown-it';
|
||||
import { OpenDocumentLinkCommand } from './commands';
|
||||
|
||||
const FrontMatterRegex = /^---\s*[^]*?(-{3}|\.{3})\s*/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user