-
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
extra content inserted into terminal when running python file #23284
Comments
@Tyriar This seems like something to do with how terminal handles send text. All we are doing on the python extension side are constructing the execution command and doing a send text. |
Do you mean you're doing both |
No, we just do Here is where we do this: vscode-python/src/client/common/terminal/activator/base.ts Lines 14 to 42 in c04fa70
|
Enabling trace logging mode and checking the Terminal output channel will give some information about where the characters are coming from. For example typing "abc", see the sending data and parsing data lines:
|
Testing #23272
unrelated to the TPI
Close all terminal sessions, this doesn't seem to repro when another terminal is open.
Clicking run file will run the file in the terminal, but also insert extra content on the next terminal input.
The text was updated successfully, but these errors were encountered: