Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 766 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 766 Bytes

Generate vsix

GearBar

this extention give a gear button in the status bar for enable/disable vscode settings

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Extension Settings

you juste need to add your items in teh settings.json :

    "gearbar.items": [
        {
        "setting": "workbench.editor.enablePreview",
        "label": "Enable/Disable preview mode",
        "icon": "$(zap)",
        "tooltip": "Preview mode gives you a persistent file sheet on click"
        }
    ]

Enjoy!