egomobile / vscode-powertools

A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=egomobile.vscode-powertools
GNU Lesser General Public License v3.0
67 stars 9 forks source link

Too many buttons #2

Open KoljaL opened 3 years ago

KoljaL commented 3 years ago

My system: Ubuntu 20, VSC 1.57.1 My settings.json:

    "ego.power-tools": {
        "buttons": [
            {
                "text": "Gist-Settings",
                "tooltip": "Upload Settings to Gist",
                "action": {
                    "type": "command",
                    "command": "extension.updateSettings"
                }
            },
            {
                "text": "Test1",
                "tooltip": "Upload Settings to Gist",
                "action": {
                    "type": "command",
                    "command": "extension.updateSettings"
                }
            }
        ]
    }

grafik

Otherwise, good tool!

g8up commented 2 years ago

Dumplicate buttons show out when open a workspace. Power Tools v0.67.1 image