* Add "Open File..." to file menu * change label
@@ -389,7 +389,7 @@ function addCommands(
});
commands.addCommand(CommandIDs.openDirect, {
- label: () => 'Open from Path',
+ label: () => 'Open From Path...',
caption: 'Open from path',
isEnabled: () => true,
execute: () => {
@@ -266,7 +266,8 @@ export function createFileMenu(app: JupyterLab, menu: FileMenu): void {
const newViewGroup = [
{ command: 'docmanager:clone' },
- { command: CommandIDs.createConsole }
+ { command: CommandIDs.createConsole },
+ { command: 'docmanager:open-direct' }
];
// Add the close group