更新版本号,现在默认启用缓存功能

This commit is contained in:
pqcqaq 2024-12-01 22:39:38 +08:00
parent 9fd0880eb1
commit bbe4c591f1
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
},
"oak-assistant.cacheEntityAnalyze": {
"type": "boolean",
"default": false,
"default": true,
"description": "缓存分析的entity"
}
}
@ -230,5 +230,5 @@
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"publish": "vsce publish --no-dependencies"
},
"version": "0.6.17"
"version": "0.6.18"
}