Skip to content

Commit

Permalink
fix: hidden commands in commandPalette
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Nov 22, 2024
1 parent 42a4178 commit d61a105
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@
}
],
"menus": {
"commandPalette": [
{
"command": "copy-filename-pro.copyFileNameWithExtension",
"when": "false"
},
{
"command": "copy-filename-pro.copyFileNameWithoutExtension",
"when": "false"
},
{
"command": "copy-filename-pro.copyDirectory",
"when": "false"
}
],
"explorer/context": [
{
"command": "copy-filename-pro.copyFileNameWithExtension",
Expand Down

0 comments on commit d61a105

Please sign in to comment.