Skip to content
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

piping stderr and stdout to a file stopped working after the update to VS Code Version: 1.67 #149817

Closed
Nika-St opened this issue May 18, 2022 · 3 comments

Comments

@Nika-St
Copy link

Nika-St commented May 18, 2022

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.67
  • OS Version: Windows 10

Steps to Reproduce:

  1. Create launch.json
  2. Add
    "args": ["&>", "./run.log"],
    "cwd": "${fileDirname}",
  3. Run a python script

Instead of being logged to the specified file, the output of the script is printed in the terminal

@vscodenpa
Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.67.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@gjsjohnmurray
Copy link
Contributor

See #148887 which is fixed in upcoming 1.67.2 and is already resolved in Insiders.

@Nika-St
Copy link
Author

Nika-St commented May 18, 2022

Thanks @gjsjohnmurray! That issue didn't show up in the search results somehow

@Nika-St Nika-St closed this as completed May 18, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants