mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
fix: compilation errors
This commit is contained in:
@ -4,9 +4,9 @@ import { parseMarkdown } from './parser';
|
||||
|
||||
const textDecoder = new TextDecoder('utf-8');
|
||||
|
||||
type MarkdownTestItem = WorkspaceTestRoot | TestFile | TestHeading | TestCase;
|
||||
type MarkdownTestItem = WorkspaceTestRoot | DocumentTestRoot | TestFile | TestHeading | TestCase;
|
||||
|
||||
export class MathTestProvider implements vscode.TestProvider {
|
||||
export class MathTestProvider implements vscode.TestProvider<MarkdownTestItem> {
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user