Rename command

#75612
This commit is contained in:
Matt Bierner
2019-08-20 11:25:42 -07:00
parent 7c3aeb10a2
commit f509f7f141
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import { MarkdownEngine } from '../markdownEngine';
import { SkinnyTextDocument } from '../tableOfContentsProvider';
export class RenderDocument implements Command {
public readonly id = 'markdown.render';
public readonly id = 'markdown.api.render';
public constructor(
private readonly engine: MarkdownEngine