seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
88 stars 24 forks source link

"loadNpmCommands: false" not working #47

Open renwarkurd opened 3 years ago

renwarkurd commented 3 years ago

I want to disable loading the default npm commands, but it is not working.

"actionButtons": { "loadNpmCommands": false, "reloadButton": null, "commands": [.....

addisonElliott commented 2 years ago

Are you still having this problem? When you set that to false, you have to hit the reload button to refresh. If the reload button is disabled, it should automatically update. Otherwise you can restart VS Code.