| { |
| "name": "skip-google-antigravity", |
| "displayName": "Skip Google Antigravity", |
| "description": "Automatically skips all pending steps from the Antigravity Agent, including terminal run command requests.", |
| "version": "0.2.0", |
| "icon": "icon.png", |
| "publisher": "GA-Meta-Vision", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/algorembrant/skip-google-antigravity" |
| }, |
| "engines": { |
| "vscode": "^1.60.0" |
| }, |
| "activationEvents": [ |
| "onStartupFinished" |
| ], |
| "main": "./extension.js", |
| "categories": [ |
| "Other" |
| ], |
| "contributes": { |
| "commands": [ |
| { |
| "command": "unlimited.toggle", |
| "title": "Toggle Unlimited Auto-Skip" |
| } |
| ], |
| "keybindings": [ |
| { |
| "command": "unlimited.toggle", |
| "key": "ctrl+alt+shift+u", |
| "mac": "cmd+alt+shift+u" |
| } |
| ] |
| } |
| } |