PowerShell / PSReadLine

A bash inspired readline implementation for PowerShell
BSD 2-Clause "Simplified" License
3.76k stars 298 forks source link

vsocde for Python shows a Powershell with full path of python.exe, vscode.exe folder, full path of code file and then the outpt #2430

Closed bhartiyak closed 3 years ago

bhartiyak commented 3 years ago

I have installed the latest version of vscode 1.55.2 with user setup. The output window should be clear and only the output should be displayed. What is displayed is the following 👍 PS C:\Users\getki\OneDrive\Documents\mosh> c:; cd 'c:\Users\getki\One\Python39\python.exe' 'c:\Users\getki.vscode\extensions\ms-python.python-2021.4.765268190\pythonFiles\lib\python\debugpy\launcher' '54848' '--' 'c:\Users\getki\OneDrive\Documents\mosh\FizzBuzz.py' 7 PS C:\Users\getki\OneDrive\Documents\mosh> 7 is the correct output.