浏览代码

Restrain to notebook

Frederic Collonval 6 年之前
父节点
当前提交
3779f3d5dd
共有 2 个文件被更改,包括 0 次插入7 次删除
  1. 0 6
      packages/console-extension/schema/tracker.json
  2. 0 1
      packages/notebook/src/widget.ts

+ 0 - 6
packages/console-extension/schema/tracker.json

@@ -35,12 +35,6 @@
       "type": "string",
       "enum": ["notebook", "terminal"],
       "default": "notebook"
-    },
-    "kernelShutdown": {
-      "title": "Shutdown kernel",
-      "description": "Whether to shutdown or not the kernel when closing a console.",
-      "type": "boolean",
-      "default": false
     }
   },
   "additionalProperties": false,

+ 0 - 1
packages/notebook/src/widget.ts

@@ -942,7 +942,6 @@ export class Notebook extends StaticNotebook {
     if (this.isDisposed) {
       return;
     }
-
     this._activeCell = null;
     super.dispose();
   }