mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
remove no-op vscode detection
This commit is contained in:
parent
283dd0b1f1
commit
d9b1bcbdcc
1 changed files with 0 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue