Skip to content

Commit

Permalink
disable default rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Jan 24, 2025
1 parent eda7fda commit a392b84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/file-browser-toolbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
},
"jupyter.lab.menus": {
"context": [
{
"command": "filebrowser:rename",
"selector": ".jp-DirListing-item[data-isdir]",
"rank": 5,
"disabled": true
},
{
"command": "drives:rename",
"selector": ".jp-DirListing-item[data-isdir]",
Expand Down

0 comments on commit a392b84

Please sign in to comment.