Pārlūkot izejas kodu

Rename execute->run

Steven Silvester 8 gadi atpakaļ
vecāks
revīzija
c90c6866f6
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/shortcuts/plugin.ts

+ 2 - 2
src/shortcuts/plugin.ts

@@ -256,12 +256,12 @@ const SHORTCUTS = [
     keys: ['Ctrl M']
   },
   {
-    command: 'console:execute',
+    command: 'console:run',
     selector: '.jp-ConsolePanel',
     keys: ['Enter']
   },
   {
-    command: 'console:execute-forced',
+    command: 'console:run-forced',
     selector: '.jp-ConsolePanel',
     keys: ['Shift Enter']
   },