Kaynağa Gözat

Add context menu for create console.

Brian E. Granger 8 yıl önce
ebeveyn
işleme
3d70fb87e1
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      packages/fileeditor-extension/src/index.ts

+ 2 - 0
packages/fileeditor-extension/src/index.ts

@@ -289,5 +289,7 @@ function activate(app: JupyterLab, registry: IDocumentRegistry, restorer: ILayou
     });
   }
 
+  app.contextMenu.addItem({command: CommandIDs.createConsole, selector: '.jp-FileEditor'});
+
   return tracker;
 }