|
9 | 9 | "config.openaiKey.description": "OpenAI Key, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/openai-key)", |
10 | 10 | "config.openaiModel.description": "OpenAI Model, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/openai-model)", |
11 | 11 | "config.openaiBaseUrl.description": "OpenAI Base URL, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/openai-base-url)", |
| 12 | + "config.useSystemProxy.description": "Use global proxy (`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`), you need to restart `VSCode` to take effect after changing this setting, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/use-system-proxy)", |
12 | 13 | "config.codeViewerHelperPrompt.description": "Code viewer helper prompt template, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/code-viewer-helper-prompt)", |
13 | 14 | "config.convertLanguagePairs.description": "Default convert language pairs, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/convert-language-pairs)", |
14 | 15 | "config.autoRememberConvertLanguagePairs.description": "Automatically remember convert language pairs, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/auto-remember-convert-language-pairs)", |
15 | 16 | "config.readClipboardImage.description": "Allow reading clipboard images as AI context in certain scenarios, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/read-clipboard-image)", |
16 | | - "config.aiPrompt.description": "Template for copied content, use #{content} as a placeholder for file content, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-prompt)", |
17 | | - "config.ignorePatterns.description": "Ignored file name patterns, supports glob syntax, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ignore-patterns)", |
18 | | - "config.respectGitIgnore.description": "Respect .gitignore file, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/respect-git-ignore)", |
19 | | - "config.aiCommand.description": "Custom AI command template. Available variables: #{filesRelativePath}, #{filesFullPath}, #{content}, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-command)", |
20 | | - "config.aiCommandCopyBeforeRun.description": "Copy AI command to clipboard before running, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-command-copy-before-run)", |
| 17 | + "config.aiPrompt.description": "Template for copied content, use `#{content}` as a placeholder for file content, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-prompt)", |
| 18 | + "config.ignorePatterns.description": "Ignored file name patterns, supports `glob` syntax, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ignore-patterns)", |
| 19 | + "config.respectGitIgnore.description": "Respect `.gitignore` file, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/respect-git-ignore)", |
| 20 | + "config.aiCommand.description": "Custom `✨ Aide: Ask AI` command template. Available variables:` #{filesRelativePath}`, `#{filesFullPath}`, `#{content}`, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-command)", |
| 21 | + "config.aiCommandCopyBeforeRun.description": "Copy AI command to clipboard before `✨ Aide: Ask AI` running, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-command-copy-before-run)", |
| 22 | + "config.aiCommandAutoRun.description": "Automatically run AI command when clicking `✨ Aide: Ask AI`, [click to view online documentation](https://aide.nicepkg.cn/guide/configuration/ai-command-auto-run)", |
21 | 23 | "error.noWorkspace": "Unable to determine workspace folder", |
22 | 24 | "error.invalidConfigKey": "Invalid configuration key", |
23 | 25 | "error.invalidConfigValueType": "Invalid configuration value type", |
|
43 | 45 | "info.iconContinueMessage": "(You can also click the original generate icon to continue)", |
44 | 46 | "info.continue": "Continue", |
45 | 47 | "info.cancel": "Cancel", |
| 48 | + "info.commandCopiedToClipboard": "AI command has been copied to clipboard", |
46 | 49 | "input.array.promptEnding": "Enter comma separated values", |
47 | 50 | "input.json.promptEnding": "Enter JSON formatted value", |
48 | 51 | "input.aiCommand.prompt": "Enter question for AI command", |
|
0 commit comments