We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880a27e commit 4b515e5Copy full SHA for 4b515e5
src/apiTools.ts
@@ -327,7 +327,7 @@ export const searchTool: Tool = {
327
required: ['query'],
328
},
329
function: async (args: { query: string }) => {
330
- vscode.window.showInformationMessage('CodeReDesign 正在搜索网络');
+ vscode.window.showInformationMessage(`CodeReDesign 正在搜索网络 ${args.query}`);
331
try {
332
const links = await getLinksWithBrowser(args.query);
333
if (!links.length) {
0 commit comments