Updates to package.json to show books on stable (#7836)

* Updates to package.json to show books on stable

* remove notebookQuality context key

* renamed untitiled to unsaved
This commit is contained in:
Maddy
2019-10-21 14:26:59 -07:00
committed by GitHub
parent 597a0cad6b
commit b8ad7e3072
7 changed files with 23 additions and 12 deletions

View File

@@ -169,8 +169,6 @@ export class NotebookService extends Disposable implements INotebookService {
lifecycleService.onWillShutdown(() => this.shutdown());
this.hookContextKeyListeners();
this.hookNotebookThemesAndConfigListener();
// Temporary (issue #6427 will remove): Add a product quality key so we can only show books on Insiders
this._contextKeyService.createKey<string>('notebookQuality', environmentService.appQuality);
}