Skip to content

Commit a28c59d

Browse files
Saurabh7019Adam-it
authored andcommitted
Hides app management related context-menu actions from the command pa… (#459)
## 🎯 Aim > Hides app management related context-menu actions from the command palette. ## 📷 Result > before ![image](https://github.com/user-attachments/assets/d5b29b7f-c0cb-4e30-b2bf-92c03c0db2f0) > After ![image](https://github.com/user-attachments/assets/1b24f886-19c2-4bc7-a8a9-9b8437af248e) ## ✅ What was done > clarify what was done and what still needs to be finished ex. [Remove this line] - [X] Hide all app management related actions from the command palette. ## 🔗 Related issue Closes: #423
1 parent 98b6f57 commit a28c59d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,42 @@
803803
{
804804
"command": "spfx-toolkit.validateProject",
805805
"when": "pnp.project.isSPFxProject"
806+
},
807+
{
808+
"command": "spfx-toolkit.deployAppCatalogApp",
809+
"when": "false"
810+
},
811+
{
812+
"command": "spfx-toolkit.showMoreActions",
813+
"when": "false"
814+
},
815+
{
816+
"command": "spfx-toolkit.retractAppCatalogApp",
817+
"when": "false"
818+
},
819+
{
820+
"command": "spfx-toolkit.removeAppCatalogApp",
821+
"when": "false"
822+
},
823+
{
824+
"command": "spfx-toolkit.enableAppCatalogApp",
825+
"when": "false"
826+
},
827+
{
828+
"command": "spfx-toolkit.disableAppCatalogApp",
829+
"when": "false"
830+
},
831+
{
832+
"command": "spfx-toolkit.upgradeAppCatalogApp",
833+
"when": "false"
834+
},
835+
{
836+
"command": "spfx-toolkit.installAppCatalogApp",
837+
"when": "false"
838+
},
839+
{
840+
"command": "spfx-toolkit.uninstallAppCatalogApp",
841+
"when": "false"
806842
}
807843
],
808844
"view/title": [

0 commit comments

Comments
 (0)