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

Commit

Permalink
feat: add doctorVisibilityProvider to initialization options (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodsiad authored Mar 31, 2022
1 parent ade1500 commit e11eaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/MetalsInitializationOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ export interface MetalsInitializationOptions {
openNewWindowProvider?: boolean;
copyWorksheetOutputProvider?: boolean;
commandInHtmlFormat?: "vscode" | "sublime";
doctorVisibilityProvider?: boolean;
}

0 comments on commit e11eaaf

Please sign in to comment.