Update slash command information message

This commit is contained in:
bobo.yang 2023-12-07 09:11:21 +08:00
parent 1ac83d4d79
commit 381dbea026

View File

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