Fixing errors

This commit is contained in:
Matt Bierner
2026-02-12 12:43:36 -08:00
parent 5d33f345e1
commit 37cdd0eb43
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import type MarkdownIt = require('markdown-it');
import type MarkdownIt from 'markdown-it';
import * as vscode from 'vscode';
import { ILogger } from './logging';
import { MarkdownContributionProvider } from './markdownExtensions';