mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
show markdown preview (#6198)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user