{ "name": "8ffe362c", "displayName": "AI Code Review Assistant VS Code Extension", "description": "", "version": "1.0.0", "engines": { "vscode": "^1.74.0" }, "categories": [ "Other" ], "publisher": "digitalforge", "activationEvents": [ "onStartupFinished" ], "main": "./out/extension", "contributes": { "commands": [ { "command": "8ffe362c.activate", "title": "AI Code Review Assistant VS Code Extension: Activate" }, { "command": "8ffe362c.settings", "title": "AI Code Review Assistant VS Code Extension: Open Settings" }, { "command": "8ffe362c.run", "title": "AI Code Review Assistant VS Code Extension: Run" } ], "configuration": { "title": "AI Code Review Assistant VS Code Extension", "properties": { "8ffe362c.enabled": { "type": "boolean", "default": true, "description": "Enable/disable AI Code Review Assistant VS Code Extension" }, "8ffe362c.autoRun": { "type": "boolean", "default": false, "description": "Automatically run on file open" }, "8ffe362c.logLevel": { "type": "string", "enum": [ "error", "warn", "info", "debug" ], "default": "info", "description": "Log verbosity level" } } }, "keybindings": [ { "command": "8ffe362c.activate", "key": "ctrl+shift+alt+a", "mac": "cmd+shift+alt+a", "when": "editorTextFocus" } ] }, "scripts": { "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "watch": "tsc -watch -p ./", "pretest": "npm run compile", "lint": "eslint src --ext ts" }, "devDependencies": { "@types/vscode": "^1.74.0", "@types/node": "^18.x", "typescript": "^5.0.0" }, "keywords": [ "software_development", "productivity", "automation" ], "license": "MIT", "icon": "icon.png", "galleryBanner": { "color": "#1e1e2e", "theme": "dark" }, "repository": { "type": "git", "url": "https://github.com/digitalforge/8ffe362c" }, "bugs": { "url": "https://github.com/digitalforge/8ffe362c/issues" } }