Nov-26-2019, 10:51 PM
Hello is there any way of cleaning up the terminal i would like to see just the hate how it shows every last folder and sub folder leading to the PY. files
[split] VS Code Editor
|
Nov-26-2019, 10:51 PM
Hello is there any way of cleaning up the terminal i would like to see just the hate how it shows every last folder and sub folder leading to the PY. files
Nov-27-2019, 01:27 AM
Not quite sure what you're asking, but right click-->clear will clear the screen.
Below is terminal from VISUAL and PYCHARM i would like the visual to look as simple and short as Paycharm
this is the terminal in visual studio : Windows PowerShell Copyright © Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\Ozz.llc\Desktop\PYTHON> & C:/Users/Ozz.llc/AppData/Local/Programs/Python/Python38/python.exe c:/Users/Ozz.llc/Desktop/PYTHON/random.py hello there world PS C:\Users\Ozz.llc\Desktop\PYTHON> AND THIS IS PYCHARM: C:\Users\Ozz.llc\PycharmProjects\first\venv\Scripts\python.exe C:/Users/Ozz.llc/PycharmProjects/first/app.py hello world from Pycharm Process finished with exit code 0
Nov-27-2019, 03:49 AM
Visual is not PYCharm and Vice Versa.
Both have their good and bad qualities. I have used both and opt for VSCode.
Nov-27-2019, 10:26 AM
It seems to me that this is question about terminal settings. Please read VS Code documentation: Integrated Terminal
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy
Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Nov-27-2019, 03:37 PM
You have long path both to where python is installed and where you run code from.
But dos it rellay matter as you are not typing that it's only VS Code that show the executing command. In PyCharm example you are running from a virtual environment,so that's not same. Example for me is quite short as a have shorter paths. C:/Python37/python.exe e:/div_code/scrape/cnn.pyHere a image i used before,the output is generated automatic when i push run button as i use Code Runner. ![]() |
|