Spaces:
No application file
No application file
| { | |
| "name": "593757de", | |
| "displayName": "API Documentation Generator 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": "593757de.activate", | |
| "title": "API Documentation Generator VS Code Extension: Activate" | |
| }, | |
| { | |
| "command": "593757de.settings", | |
| "title": "API Documentation Generator VS Code Extension: Open Settings" | |
| }, | |
| { | |
| "command": "593757de.run", | |
| "title": "API Documentation Generator VS Code Extension: Run" | |
| } | |
| ], | |
| "configuration": { | |
| "title": "API Documentation Generator VS Code Extension", | |
| "properties": { | |
| "593757de.enabled": { | |
| "type": "boolean", | |
| "default": true, | |
| "description": "Enable/disable API Documentation Generator VS Code Extension" | |
| }, | |
| "593757de.autoRun": { | |
| "type": "boolean", | |
| "default": false, | |
| "description": "Automatically run on file open" | |
| }, | |
| "593757de.logLevel": { | |
| "type": "string", | |
| "enum": [ | |
| "error", | |
| "warn", | |
| "info", | |
| "debug" | |
| ], | |
| "default": "info", | |
| "description": "Log verbosity level" | |
| } | |
| } | |
| }, | |
| "keybindings": [ | |
| { | |
| "command": "593757de.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/593757de" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/digitalforge/593757de/issues" | |
| } | |
| } |