Visual Studio Code – How to fix an issue of VS code terminal prompt adding an extra line to it after the program is executed
My VS Code is appending the miniconda3 path to the Power Shell prompt every time I execute any code. This causes the PS prompt to be super long. e.g. PS C:UsersnameProjectsPython Tutorials> **& C:/Users/name/miniconda3/python.exe "c:/Users/name/Projects/Python Tutorials/Instance_in_Python.py**" I would like the…