Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit e11eaaf

Browse files
authored
feat: add doctorVisibilityProvider to initialization options (#439)
1 parent ade1500 commit e11eaaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/MetalsInitializationOptions.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ export interface MetalsInitializationOptions {
3434
openNewWindowProvider?: boolean;
3535
copyWorksheetOutputProvider?: boolean;
3636
commandInHtmlFormat?: "vscode" | "sublime";
37+
doctorVisibilityProvider?: boolean;
3738
}

0 commit comments

Comments
 (0)