Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Claude Settings BuilderNew to Visual Studio Code? Get it now.
Claude Settings Builder

Claude Settings Builder

McQ For You Design

| (0) | Free
GUI for building and editing Claude Code's .claude/settings.json files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Claude Settings Builder

Visual Studio Marketplace Version Visual Studio Marketplace Installs Visual Studio Marketplace Rating

Overview

A VS Code extension that provides a GUI for building and editing Claude Code's .claude/settings.json and .claude/settings.local.json files, and the user-level ~/.claude/settings.json, driven by Anthropic's published JSON Schema — every documented setting is discoverable through form fields instead of hand-written JSON.

Features

  • Schema-driven form — a filterable sidebar lists every top-level setting from the live Claude Code settings schema (env vars, permissions, hooks, MCP server toggles, and more), each with its own description shown inline. Settings with a fixed set of presets plus room for a custom value (like theme) get autocomplete suggestions instead of a locked-down dropdown or raw JSON.
  • Three-target awareness — an explicit picker always shows which file you're editing (workspace settings, workspace local settings, or user settings), and disables targets that aren't available (e.g. workspace targets when no folder is open) rather than silently offering them.
  • Non-destructive saves — edits are merged into the existing file's JSON and validated against the schema before writing, so keys the schema doesn't know about survive and invalid JSON is never written.
  • Offline resilience — if the live schema fetch fails, the extension falls back to a bundled copy and shows a warning that it may be stale. Use Claude Settings Builder: Refresh Schema to retry once you're back online.

Getting Started

Prerequisites

  • Node.js ^22.22.2, ^24.15.0, or >=26.0.0 (pinned by webview-ui's jsdom test dependency — an older Node triggers an EBADENGINE warning at install time) and npm
  • Visual Studio Code

Installation

npm install

Installs both the extension host dependencies and the webview-ui dependencies.

Usage

npm run build   # build the extension host and the webview bundle
npm run watch   # rebuild both on change
npm run lint    # lint the extension host and the webview-ui app
npm test        # run the extension host and webview-ui test suites

Press F5 in VS Code to launch the Extension Development Host, then run one of the commands below from the Command Palette (Cmd/Ctrl+Shift+P).

Commands

Command Description
Claude Settings Builder: Open Opens the settings editor panel.
Claude Settings Builder: Refresh Schema Retries the live schema fetch for the currently open panel — useful after starting a session offline.

Packaging

npm run package

Produces a claude-settings-builder-<version>.vsix file you can install locally via VS Code's Extensions: Install from VSIX... command, or code --install-extension claude-settings-builder-<version>.vsix.

Releasing

Pushing a v<version> tag (e.g. v0.0.2) publishes that version to the Marketplace automatically, via .github/workflows/publish.yml:

npm version patch   # or minor / major -- bumps package.json and commits
git push && git push --tags

The workflow lints, tests, checks that the tag matches package.json's version (so a stale local checkout can't publish the wrong build), and then runs vsce publish using the repository's VSCE_PAT secret.

Screenshots

The schema-driven form, showing permissions' nested allow/deny/ask rule lists alongside the three-target picker:

The schema-driven form, showing the permissions field with allow, deny, and ask rule lists, and the target picker set to Workspace Settings

The theme field — an enum of presets plus room for a custom value — rendered as a real text input with autocomplete suggestions instead of falling back to raw JSON:

The theme field showing a text input with the value "dark"

License

Apache 2

Copyright

(c)2026 Richard McQuiston. All rights reserved.

Buy Me a Coffee

If this app, code, or repository has helped you or someone you know, please consider donating. I appreciate any help to offset the costs of development and/or AI Credits.

Donate via Stripe, or scan:

Donate via Stripe

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft