refactor: 移除 VSCode 设置中的配置项,使用预配置的默认值

This commit is contained in:
Roe-xin
2025-12-31 10:42:53 +08:00
parent b662d25c9c
commit ef2159f1bd
2 changed files with 5 additions and 30 deletions

View File

@ -70,27 +70,7 @@
"id": "iccoder",
"label": "IC Coder"
}
],
"configuration": {
"title": "IC Coder",
"properties": {
"icCoder.backendUrl": {
"type": "string",
"default": "http://192.168.1.108:2233",
"description": "后端服务地址"
},
"icCoder.timeout": {
"type": "number",
"default": 60000,
"description": "请求超时时间(毫秒)"
},
"icCoder.userId": {
"type": "string",
"default": "default-user",
"description": "用户ID临时配置"
}
}
}
]
},
"scripts": {
"vscode:prepublish": "pnpm run package",