Skip to content

aiekick/GearBar

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published