update_project_config
Modify project-specific settings in VS Code via MCP, including allowed commands, auto-formatting, Git auto-commit, and AI instructions, to streamline development workflows.
Instructions
Update specific project configuration settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowedCommands | No | Commands that are allowed to run | |
formatCommand | No | Format command (use {{file}} as placeholder) | |
formatOnSave | No | Auto-format files after editing | |
gitAutoCommit | No | Auto-commit AI changes | |
projectInstructions | No | Project-specific instructions for AI |