vscode-terminal-autoapprove
CommunityAuto-approve trusted terminal commands in VS Code.
Authorarisng
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill reduces friction by automatically approving terminal commands in VS Code Copilot Chat, eliminating repetitive confirmations for trusted operations.
Core Features & Use Cases
- Global auto-approve: Enable automatic approval for common commands (e.g., python) to speed up workflows.
- Selective rules with regex: Use regex patterns to restrict auto-approval to specific scripts or paths.
- Safe fallback and review: Maintain control by defaulting to manual approval when rules don't match.
Quick Start
Use this skill to enable auto-approval for Python commands in the integrated terminal. Steps:
- Open settings.json in VS Code and add:
- "chat.tools.terminal.enableAutoApprove": true
- "chat.tools.terminal.autoApprove": { "python": true } To restrict auto-approval to specific scripts, use a regex rule like: "chat.tools.terminal.autoApprove": { "/^python\s+skills\//": true }
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: vscode-terminal-autoapprove Download link: https://github.com/arisng/github-copilot-fc/archive/main.zip#vscode-terminal-autoapprove Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.