From 381dbea026e7b97577f0ab443aeaa2b97b5c039a Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Thu, 7 Dec 2023 09:11:21 +0800 Subject: [PATCH] Update slash command information message --- src/contributes/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contributes/commands.ts b/src/contributes/commands.ts index e12ef50..19ec691 100644 --- a/src/contributes/commands.ts +++ b/src/contributes/commands.ts @@ -325,7 +325,7 @@ export function registerInstallCommandsPython(context: vscode.ExtensionContext) } UiUtilWrapper.updateConfiguration("DevChat", "PythonForCommands", pythonCommand.trim()); - vscode.window.showInformationMessage(`All slash Command has ready to use! Please input / to try it!`); + vscode.window.showInformationMessage(`All slash Commands are ready to use! Please input / to try workflow commands!`); }); context.subscriptions.push(disposable);