瀏覽代碼

Fix editor create console command

Steven Silvester 8 年之前
父節點
當前提交
805db738a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/codemirror-extension/src/index.ts

+ 1 - 1
packages/codemirror-extension/src/index.ts

@@ -163,7 +163,7 @@ function activateEditorCommands(app: JupyterLab, tracker: IEditorTracker, mainMe
     'editor:line-wrap',
     CommandIDs.matchBrackets,
     CommandIDs.vimMode,
-    'editor-create-console',
+    'editor:create-console',
     'editor:run-code'
   ].forEach(command => palette.addItem({ command, category: 'Editor' }));