mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
@@ -3,6 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as vscode from 'vscode';
|
||||
import { MarkdownEngine } from '../markdownEngine';
|
||||
import { MarkdownContributionProvider, MarkdownContributions } from '../markdownExtensions';
|
||||
import { githubSlugifier } from '../slugify';
|
||||
@@ -10,6 +11,7 @@ import { githubSlugifier } from '../slugify';
|
||||
const emptyContributions = new class implements MarkdownContributionProvider {
|
||||
readonly extensionPath = '';
|
||||
readonly contributions = MarkdownContributions.Empty;
|
||||
readonly onContributionsChanged = new vscode.EventEmitter<this>().event;
|
||||
};
|
||||
|
||||
export function createNewMarkdownEngine(): MarkdownEngine {
|
||||
|
||||
Reference in New Issue
Block a user