Skip to content

Commit c86aa78

Browse files
committed
fix: hide folder organize command from Command Palette
Only available via right-click context menu where a folder URI is provided.
1 parent f15463a commit c86aa78

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
"when": "explorerResourceIsFolder",
7979
"group": "1_modification"
8080
}
81+
],
82+
"commandPalette": [
83+
{
84+
"command": "miniTypescriptHero.imports.organizeFolder",
85+
"when": "false"
86+
}
8187
]
8288
},
8389
"keybindings": [

0 commit comments

Comments
 (0)