Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GearBarNew to Visual Studio Code? Get it now.
GearBar

GearBar

Stephane Cuillerdier

|
4 installs
| (0) | Free
A statusbar button for modify settings
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft