feat:实现读取本地文件的功能

This commit is contained in:
Roe-xin
2025-12-11 14:29:56 +08:00
parent 565f4afe46
commit 49b3e34101
5 changed files with 315 additions and 7 deletions

View File

@ -6,7 +6,7 @@
"engines": {
"vscode": "^1.106.3"
},
"icon": "media/IC Coder主页标志.png",
"icon": "media/ICCoder主页标志.png",
"categories": [
"Other"
],
@ -52,7 +52,7 @@
"ic-coder-sidebar": [
{
"id": "ic-coder.mainView",
"name": "IC 助手",
"name": "IC Coder",
"type": "webview"
}
]