remove no-op vscode detection

This commit is contained in:
Paul Gauthier 2024-11-30 13:25:13 -08:00
parent 283dd0b1f1
commit d9b1bcbdcc

View file

@ -868,12 +868,6 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
args.edit_format = main_model.editor_edit_format
args.message = "/paste"
if "VSCODE_GIT_IPC_HANDLE" in os.environ:
args.pretty = False
io.tool_output("VSCode terminal detected, pretty output has been disabled.")
io.tool_output('Use /help <question> for help, run "aider --help" to see cmd line args')
if args.show_release_notes is True:
io.tool_output(f"Opening release notes: {urls.release_notes}")
io.tool_output()