|
|
|
@ -2,7 +2,7 @@
|
|
|
|
"name": "ai-chat",
|
|
|
|
"name": "ai-chat",
|
|
|
|
"displayName": "AI Chat",
|
|
|
|
"displayName": "AI Chat",
|
|
|
|
"description": "Open an AI chat webview panel from the status bar",
|
|
|
|
"description": "Open an AI chat webview panel from the status bar",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"version": "0.0.5",
|
|
|
|
"publisher": "your-publisher",
|
|
|
|
"publisher": "your-publisher",
|
|
|
|
"main": "./out/extension.js",
|
|
|
|
"main": "./out/extension.js",
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
@ -77,7 +77,8 @@
|
|
|
|
"compile": "tsc -p ./",
|
|
|
|
"compile": "tsc -p ./",
|
|
|
|
"watch": "tsc -w -p ./",
|
|
|
|
"watch": "tsc -w -p ./",
|
|
|
|
"pretest": "npm run compile && npm run lint",
|
|
|
|
"pretest": "npm run compile && npm run lint",
|
|
|
|
"lint": "eslint src --ext ts"
|
|
|
|
"lint": "eslint src --ext ts",
|
|
|
|
|
|
|
|
"package": "vsce package"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^16.11.7",
|
|
|
|
"@types/node": "^16.11.7",
|
|
|
|
|