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);