microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
extension/templates/package.template.json
25lines · modecode
| 1 | { |
| 2 | "name": "hve-core", |
| 3 | "displayName": "HVE Core", |
| 4 | "extensionKind": [ |
| 5 | "workspace", |
| 6 | "ui" |
| 7 | ], |
| 8 | "version": "3.3.101", |
| 9 | "description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments", |
| 10 | "publisher": "ise-hve-essentials", |
| 11 | "repository": { |
| 12 | "type": "git", |
| 13 | "url": "https://github.com/microsoft/hve-core.git" |
| 14 | }, |
| 15 | "engines": { |
| 16 | "vscode": "^1.106.1" |
| 17 | }, |
| 18 | "categories": [ |
| 19 | "Chat" |
| 20 | ], |
| 21 | "icon": "icon.png", |
| 22 | "contributes": {}, |
| 23 | "author": "Microsoft", |
| 24 | "license": "MIT" |
| 25 | } |