Explorar el Código

Rename create->start

Steven Silvester hace 8 años
padre
commit
1a765c5285
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/editorwidget/plugin.ts

+ 1 - 1
src/editorwidget/plugin.ts

@@ -185,7 +185,7 @@ function activateEditorHandler(app: JupyterLab, registry: IDocumentRegistry, mai
     cmdIds.matchBrackets,
     cmdIds.vimMode,
     cmdIds.closeAll,
-    cmdIds.startConsole,
+    cmdIds.createConsole,
     cmdIds.runCode,
   ].forEach(command => palette.addItem({ command, category: 'Editor' }));