Forráskód Böngészése

Rename execute->run

Steven Silvester 8 éve
szülő
commit
c90c6866f6
1 módosított fájl, 2 hozzáadás és 2 törlés
  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']
   },