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 doesn't work #150162

Closed
Nika-St opened this issue May 23, 2022 · 1 comment
Closed

piping stderr and stdout to a file doesn't work #150162

Nika-St opened this issue May 23, 2022 · 1 comment
Assignees

Comments

@Nika-St
Copy link

Nika-St commented May 23, 2022

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

  • VS Code Version: 1.67.2
  • 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
    So essentially this issue persists after an update to 1.67.2
@roblourens
Copy link
Member

Will discuss this in #149910

@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 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

2 participants