Resource viewer cleanup (#13168)

* Resource viewer cleanup

* uneeded

* Only show in insiders
This commit is contained in:
Charles Gagnon
2020-10-30 16:48:50 -07:00
committed by GitHub
parent c6f72e6504
commit d7767c7d91
9 changed files with 37 additions and 56 deletions

View File

@@ -65,7 +65,6 @@ export interface NotebookConfig {
remoteBookDownloadTimeout: number;
showAllKernels: boolean;
showCellStatusBar: boolean;
showNotebookConvertActions: boolean;
sqlStopOnError: boolean;
trustedBooks: Array<string>;
useExistingPython: boolean;