Skip to content

Commit

Permalink
Add (experimental) to the ext manager cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 13, 2019
1 parent 0b1a40d commit edce025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extensionmanager-extension/src/index.ts
Expand Up @@ -81,7 +81,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
});

commands.addCommand(CommandIDs.toggle, {
label: 'Enable Extension Manager',
label: 'Enable Extension Manager (experimental)',
execute: () => {
if (registry) {
registry.set(plugin.id, 'enabled', !enabled);
Expand Down

0 comments on commit edce025

Please sign in to comment.