Merge remote-tracking branch 'origin/feat/Plugin-front-end' into feat/back-to-front

This commit is contained in:
XiaoFeng
2025-12-30 09:42:23 +08:00
27 changed files with 6028 additions and 499 deletions

View File

@ -1,12 +1,13 @@
{
"name": "ic-coder-plugin",
"displayName": "IC Coder plugin",
"name": "iccoder",
"displayName": "IC Coder",
"description": "Agentic Verilog Coding Platform for Real-World FPGAs",
"version": "0.0.2",
"publisher": "ICCoder",
"engines": {
"vscode": "^1.107.0"
"vscode": "^1.80.0"
},
"icon": "media/图案(方底).png",
"icon": "media/icon.png",
"categories": [
"Other"
],
@ -18,6 +19,7 @@
"eda",
"assistant"
],
"license": "SEE LICENSE IN LICENSE",
"activationEvents": [
"onCommand:ic-coder.openPanel",
"onView:ic-coder-sidebar",
@ -42,36 +44,6 @@
"command": "ic-coder.openVCDViewer",
"title": "打开 VCD 波形查看器",
"category": "IC Coder"
},
{
"command": "ic-coder.viewHistory",
"title": "查看会话历史",
"category": "IC Coder"
},
{
"command": "ic-coder.newSession",
"title": "新建会话",
"category": "IC Coder"
},
{
"command": "ic-coder.exportSession",
"title": "导出当前会话",
"category": "IC Coder"
},
{
"command": "ic-coder.deleteSession",
"title": "删除会话",
"category": "IC Coder"
},
{
"command": "ic-coder.clearHistory",
"title": "清空会话历史",
"category": "IC Coder"
},
{
"command": "ic-coder.searchSession",
"title": "搜索会话",
"category": "IC Coder"
}
],
"viewsContainers": {
@ -79,7 +51,7 @@
{
"id": "ic-coder-sidebar",
"title": "IC Coder",
"icon": "media/侧边栏logo.png"
"icon": "media/sidebar-icon.png"
}
]
},
@ -92,6 +64,12 @@
}
]
},
"authentication": [
{
"id": "iccoder",
"label": "IC Coder"
}
],
"configuration": {
"title": "IC Coder",
"properties": {
@ -128,9 +106,10 @@
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "22.x",
"@types/vscode": "^1.107.0",
"@types/vscode": "^1.80.0",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "^3.7.1",
"eslint": "^9.39.1",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",