copilot-chat-patcher
v1.0.1
Published
Remove productQualityType check from GitHub Copilot Chat VS Code extension
Maintainers
Readme
copilot-chat-patcher
Remove productQualityType check from GitHub Copilot Chat VS Code extension.
Installation
npm install -g copilot-chat-patcherUsage
After installation, run:
copilot-patchThe tool will automatically:
- Find your VS Code extensions folder
- Locate all GitHub Copilot Chat extensions
- Remove the
productQualityType != 'stable'check - Report the results
Manual Usage
You can also run it directly without global installation:
npx copilot-chat-patcherWhat it does
This tool removes the following line from the Copilot Chat extension's package.json:
"when": "productQualityType != 'stable'"After Patching
Restart VS Code for changes to take effect.
Supported Platforms
- Windows
- macOS
- Linux
License
MIT
