forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exit code on wrong command in shell integration history #22942
Labels
Comments
github-actions
bot
added
the
triage-needed
Needs assignment to the proper sub-team
label
Feb 20, 2024
This is weird since the decoration seems to be correct, but the exit code is only showing once next to 'print(sys.argv[0]'? I think it may be the injection sequence, I'll take a look at this. |
anthonykim1
added
area-repl
and removed
triage-needed
Needs assignment to the proper sub-team
labels
Feb 23, 2024
github-actions
bot
added
the
info-needed
Issue requires more information from poster
label
Feb 23, 2024
anthonykim1
added a commit
that referenced
this issue
Mar 4, 2024
this is now fixed |
36 tasks
wesm
pushed a commit
to posit-dev/positron
that referenced
this issue
Apr 5, 2024
wesm
pushed a commit
to posit-dev/positron
that referenced
this issue
Apr 8, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Testing #22926
I ran shell integration with the following lines:
In the REPL, the second line fails, but the terminal history shows line 1 as having an exitCode of 1.
The text was updated successfully, but these errors were encountered: