This commit is contained in:
Paul Gauthier 2024-07-07 10:13:35 -03:00
parent 12eb203a6a
commit 440d087032
4 changed files with 76 additions and 4 deletions

View file

@ -531,7 +531,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
args.pretty = False
io.tool_output("VSCode terminal detected, pretty output has been disabled.")
io.tool_output("Use /help to see in-chat commands, run with --help to see cmd line args")
io.tool_output("Use /help <question> to ask for help, run with --help to see cmd line args")
if git_root and Path.cwd().resolve() != Path(git_root).resolve():
io.tool_error(