Update slash command information message
This commit is contained in:
parent
1ac83d4d79
commit
381dbea026
@ -325,7 +325,7 @@ export function registerInstallCommandsPython(context: vscode.ExtensionContext)
|
|||||||
}
|
}
|
||||||
|
|
||||||
UiUtilWrapper.updateConfiguration("DevChat", "PythonForCommands", pythonCommand.trim());
|
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);
|
context.subscriptions.push(disposable);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user