Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99718

How to Redirect input/output to/from the debug target in vscode

$
0
0
"version": "0.2.0",
"configurations": [


    {
        "name": "Python: Current Fisle",
        "type": "python",
        "request": "launch",
        "program": "${file}",
        "console": "integratedTerminal",
        "args": ["<","input.txt",">","output.txt"]
    }
]

}

this is my launch.json but the terminal said I can't find this file please give some tips


Viewing all articles
Browse latest Browse all 99718

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>