fix(airi-plugin-vscode): sync with new server-sdk design

This commit is contained in:
Neko Ayaka
2025-12-27 03:40:55 +08:00
parent 60071be332
commit 3fe0e4c091
5 changed files with 129 additions and 66 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
{
"publisher": "proj-airi",
"name": "airi-vscode",
"name": "@proj-airi/airi-plugin-vscode",
"displayName": "AIRI",
"version": "0.8.0-beta.7",
"private": true,
@@ -66,6 +66,10 @@
"publish": "tsx ./scripts/publish.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"es-toolkit": "catalog:",
"injeca": "catalog:"
},
"devDependencies": {
"@guiiai/logg": "catalog:",
"@moeru/std": "catalog:",