Explorar el Código

Updating command names

Jenna Landy hace 6 años
padre
commit
71eb1f759b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/shortcuts-extension/schema/plugin.json

+ 2 - 2
packages/shortcuts-extension/schema/plugin.json

@@ -89,7 +89,7 @@
         "selector": {
           "default": ".jp-CodeConsole-promptCell .jp-mod-completer-enabled"
         },
-        "title": { "default": "Invoke Completion" },
+        "title": { "default": "Invoke Console Completion" },
         "category": { "default": "Completer" }
       },
       "type": "object"
@@ -102,7 +102,7 @@
         "selector": {
           "default": ".jp-Notebook.jp-mod-editMode .jp-mod-completer-enabled"
         },
-        "title": { "default": "Invoke Completion" },
+        "title": { "default": "Invoke Notebook Completion" },
         "category": { "default": "Completer" }
       },
       "type": "object"