seunlanlege / vscode-action-buttons

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

No buttons in status bar #87

Open ttodua opened 8 months ago

ttodua commented 8 months ago

Suddenly, today, I no longer see the buttons in status bar, it says: 2024-02-09 12 19 42 I am not sure if it's related to last update (made 14 hours ago)

(I am on Windows 11, using latest VScode)

ttodua commented 8 months ago

for some reason, loadNpmCommands was turned to false, i dont know how. changed it back and it showed.

    "actionButtons": { 
        ...
        "loadNpmCommands": true
    }
mkormendy commented 4 months ago

@seunlanlege you can likely close this.

ttodua commented 4 months ago

@seunlanlege have you changed loadNpmCommands default to false? it might be better to be true. idk, as you decide

mkormendy commented 4 months ago

@ttodua This project was originally designed to have custom actions buttons, and I believe reading from NPM commands was an addition to the primary feature-set. Making loadNpmCommands default to true would force everyone to change their original expectations and setup.