Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/lab-extension/schema/launch-tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-help",
"id": "jp-mainmenu-view",
"items": [
{
"command": "jupyter-notebook:launch-tree",
Expand Down
2 changes: 1 addition & 1 deletion packages/lab-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
} from '@jupyterlab/ui-components';

/**
* The command IDs used by the application plugin.
* The command IDs used by the application plugin
*/
namespace CommandIDs {
/**
Expand Down