|
@@ -15,19 +15,19 @@
|
|
|
"commands": [
|
|
"commands": [
|
|
|
{
|
|
{
|
|
|
"command": "vsix-cp-ai-ctx.copySelection",
|
|
"command": "vsix-cp-ai-ctx.copySelection",
|
|
|
- "title": "Copy AI Context: Selection"
|
|
|
|
|
|
|
+ "title": "复制 AI 上下文: 选区"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"command": "vsix-cp-ai-ctx.copyFile",
|
|
"command": "vsix-cp-ai-ctx.copyFile",
|
|
|
- "title": "Copy AI Context: Active File"
|
|
|
|
|
|
|
+ "title": "复制 AI 上下文: 文件"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"command": "vsix-cp-ai-ctx.copyWorkspaceFiles",
|
|
"command": "vsix-cp-ai-ctx.copyWorkspaceFiles",
|
|
|
- "title": "Copy AI Context: Workspace Files"
|
|
|
|
|
|
|
+ "title": "复制 AI 上下文: 工作区文件"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"command": "vsix-cp-ai-ctx.copySelectedFiles",
|
|
"command": "vsix-cp-ai-ctx.copySelectedFiles",
|
|
|
- "title": "Copy AI Context: Selected Files"
|
|
|
|
|
|
|
+ "title": "复制 AI 上下文: 选中文件"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"keybindings": [
|
|
"keybindings": [
|