Python Forum
Visual Studio-remove Output clutter
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Visual Studio-remove Output clutter
#9
To only get filename in output,change to this.
"php": "php",
"python": "$pythonPath $fileName",
"perl": "perl",
You have the long default path to python,if want to shorten it look at Python 3.8 (3.6-3.7) and pip installation under Windows
Then output will look as image or as this.
[Running] C:\Python38\python.exe hello.py
Hello world

[Done] exited with code=0 in 0.227 seconds
Enable and reload so language server works,it's so Autocomplete, jump-to-definition, error-checking...ect works.
Why Language Server?
Reply


Messages In This Thread
Visual Studio-remove Output clutter - by mds - May-07-2020, 01:48 AM
RE: Visual Studio-remove Output clutter - by mds - May-08-2020, 01:14 AM
RE: Visual Studio-remove Output clutter - by mds - May-08-2020, 03:17 AM
RE: Visual Studio-remove Output clutter - by mds - May-10-2020, 11:37 PM
RE: Visual Studio-remove Output clutter - by snippsat - May-11-2020, 01:27 PM
RE: Visual Studio-remove Output clutter - by mds - May-11-2020, 10:11 PM
RE: Visual Studio-remove Output clutter - by mds - May-13-2020, 06:12 AM
RE: Visual Studio-remove Output clutter - by mds - Jun-04-2020, 11:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Visual Studio Code help aaronrousch 4 3,888 Jan-25-2025, 05:55 AM
Last Post: ndc85430
  I cannot create a virtual environment on visual studio code using python Willem_Aucamp316 2 3,775 Nov-27-2024, 02:20 PM
Last Post: menator01
  Code Completion in Visual Studio for External Libraries mjakov 0 618 Aug-25-2024, 02:48 PM
Last Post: mjakov
  How to set PYTHONPATH in Visual Studio Code? aupres 5 13,073 Aug-15-2023, 03:51 PM
Last Post: snippsat
  how do I open two instances of visual studio code with the same folder? SuchUmami 3 4,347 Jun-26-2023, 09:40 AM
Last Post: snippsat
  Visual Studio Code NewPi 3 2,142 May-16-2023, 11:13 PM
Last Post: snippsat
  Visual Studio Code venv ibm_db error mesi1000 7 5,017 Nov-13-2022, 12:36 AM
Last Post: snippsat
  debugging help on Visual Studio Code mg24 12 4,215 Oct-02-2022, 12:18 AM
Last Post: mg24
  Problem with importing Python file in Visual Studio Code DXav 7 9,988 Jun-15-2022, 12:54 PM
Last Post: snippsat
  Visual Studio Code Intellisense for Imported Modules Not Working hockinsk 1 4,423 Apr-23-2022, 04:41 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020