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