show markdown preview (#6198)

This commit is contained in:
Lucy Zhang
2019-06-28 15:02:17 -07:00
committed by GitHub
parent d701a20cd5
commit eb3c6cadd2
3 changed files with 15 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ export class BookTreeItem extends vscode.TreeItem {
public readonly tableOfContents: any[],
public readonly collapsibleState: vscode.TreeItemCollapsibleState,
public uri?: string,
public readonly type?: vscode.FileType,
public command?: vscode.Command
) {
super(title, collapsibleState);