Extract workspaceContents to own file

This commit is contained in:
Matt Bierner
2022-03-29 14:52:38 -07:00
parent 2783263582
commit 3ce5c78cb9
8 changed files with 175 additions and 145 deletions

View File

@@ -5,7 +5,7 @@
import { Command } from '../commandManager';
import { MarkdownEngine } from '../markdownEngine';
import { SkinnyTextDocument } from '../tableOfContentsProvider';
import { SkinnyTextDocument } from '../workspaceContents';
export class RenderDocument implements Command {
public readonly id = 'markdown.api.render';